A dump of some of my terminal configs.
Just run sudo ./packages.sh [package manager]
- Get kitty and run
kitten themes
, and chose kanagawa - Get Vim-Plug from github, and run
:PlugInstall
in nvim/init.vim - Don't forget to install oh-my-zsh and activate the custom theme
- If setting up VSCode, don't forget to get the kanagawa theme too
Depending on the machine, I had to manually install the newest version of NeoVim, hence the extra export line in zshrc
For lazygit config, you should copy it to ~/Library/Application\ Support/lazygit/config.yml
on MacOS and ~/.config/lazygit/config.yml
on Linux.