To improve collaboration this guide is moving to GitHub. Continue reading
This guide covers building a Let's Split v2. Order your parts and read over this guide while you wait.
To improve collaboration this guide is moving to GitHub. Continue reading
This guide covers building a Let's Split v2. Order your parts and read over this guide while you wait.
defaults write NSGlobalDomain KeyRepeat -int 0 | |
defaults write NSGlobalDomain InitialKeyRepeat -int 12 | |
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false |
#!/bin/bash | |
############################ | |
# .make.sh | |
# This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles | |
############################ | |
########## Variables | |
dir=~/dotfiles # dotfiles directory | |
olddir=~/dotfiles_old # old dotfiles backup directory |
set nocompatible | |
execute pathogen#infect() | |
let mapleader = " " | |
set backspace=2 | |
set nobackup | |
set nowritebackup | |
set noswapfile |