Installation:
git clone git@github.com:willrax/dotfiles.git
- Copy the
gitconfig.sample
intogitconfig
and update the name, email, and paths. - Run
ruby launch.rb
Install Homebrew with this command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
In the dotfiles folder run brew bundle
.
To install Prezto run:
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
I use base16 shell. To install the color palette run:
git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
Load the iterm.json profile file in to iTerm 2.
I use Dank Mono.
To manage language versions I use asdf. Globally used versions are kept in .tool-versions. To install asdf run:
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch [LATEST-VERSION]
Then to install all required versions run:
asdf install
- Enable key repeat in VSCode
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
- Change trackpad sensitivity to 6
- Change key repeat and press delay to max
- Add spaces to dock
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'