My personal dot files.
- fish
- oh-my-fish
- Powerline fonts
- asdf, asdf-ruby, asdf-elixir, asdf-nodejs, asdf-erlang, asdf-python.
- tmux
- tmuxinator
- neovim
- fzf
git clone [email protected]:lucasprag/.config.git ~/.config
# tmux
brew install tmux
ln -sf ~/.config/tmux.conf ~/.tmux.conf
# install tmux plugins
mkdir -p ~/.tmux/plugins/tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# ctrl+b + I to install plugins
# tmuxinator
ln -sf ~/.config/tmuxinator ~/.tmuxinator
# neovim
brew install neovim
# install Plug https://github.com/junegunn/vim-plug?tab=readme-ov-file#neovim
# 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