Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.79 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.79 KB

~/.config

My personal dot files.

Dependencies

MacOS apps

Install

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