- Clone this repository:
cd git clone https://github.com/guillaumeboudon/dotfiles.git .dotfiles cd .dotfiles
- Install own dependencies:
mkdir -p ~/code/guillaumeboudon git clone https://github.com/guillaumeboudon/base16-scripts.git ~/code/guillaumeboudon/base16-scripts
- Install Homebrew from https://brew.sh/
- Install applications:
brew bundle
- Set dotfiles:
stow --no-folding home
- Install z:
mkdir -p ~/.local/share && touch ~/.local/share/z
- Install ruby:
rbenv install -l rbenv install <version> rbenv global <version>
- Install global gems:
bundle install
- My config
- defaults write -g KeyRepeat -int 1
- defaults write -g InitialKeyRepeat -int 10
- Reset to default
- defaults delete NSGlobalDomain KeyRepeat
- defaults delete NSGlobalDomain InitialKeyRepeat
- initial values
- KeyRepeat : 2 (30ms)
- InitialKeyRepeat : 15 (225ms)
Implement ctags for rails apps:
ctags --tag-relative -Rf.tags --exclude=.git --exclude=tmp --exclude=public --exclude=log --exclude=elm-stuff --exclude=node_modules --languages=ruby .