My personal dot files.
git clone [email protected]:lucasprag/.config.git ~/.config
Install zsh and oh-my-zsh.
brew install zsh
mv ~/.zshrc ~/.zshrc-backup # delete it later
ln -sf ~/.config/zshrc ~/.zshrc
Install zsh-syntax-highlighting.
Install zsh-abbr.
Install asdf, asdf-ruby, asdf-elixir, asdf-nodejs, asdf-erlang, asdf-python.
Install neovim
Install Plug and follow instructions from nvim/README.md
# hammerspoon
ln -s ~/.config/hammerspoon/init.lua ~/.hammerspoon/init.lua
# make typing great again -- re-pair bluetooth keyboard required to make it work
defaults write -g InitialKeyRepeat -int 13
defaults write -g KeyRepeat -int 1
# after installing vscode. Restart vscode.
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
Install Powerline fonts
Install fzf