My personal neovim, tmux, kitty and zsh config.
Before copying all configs, you need to install zsh
and oh-my-zsh
. Check out the official website on how to install them https://ohmyz.sh/
brew install neovim --HEAD
brew install tmux
brew install ripgrep
JetBrains Mono Bold Nerd Font Complete JetBrains Mono Medium Nerd Font Complete JetBrains Mono Italic Nerd Font Complete JetBrains Mono Bold Italic Nerd Font Complete
mkdir ~/.config
mkdir ~/.config/nvim
ln -sf ~/dotfiles/zlogin ~/.zlogin
ln -sf ~/dotfiles/zshrc ~/.zshrc
ln -sf ~/dotfiles/githelpers ~/.githelpers
ln -sf ~/dotfiles/gitconfig ~/.gitconfig
ln -sf ~/dotfiles/tmux.conf ~/.tmux.conf
ln -sf ~/dotfiles/init.lua ~/.config/nvim/init.lua
ln -sf ~/dotfiles/kitty.conf ~/.config/kitty/kitty.conf
ln -sf ~/dotfiles/bashrc ~/.bashrc
defaults write -g KeyRepeat -int 1
defaults write -g InitialKeyRepeat -int 10
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false