- Download
ghand setup to clone this repo - Install lazygit
- Update git configuration with
git/configure.sh
- Download
neovimand set up in~/.neovim/bin - Download
fzfand set it up in~/.local/bin - Download rust via
curl https://sh.rustup.rs -sSf | sh
- Setup essential command line tools
cargo install zoxide
cargo install eza
cargo install starship --locked
- Now you can configure bash via
bash/configure.shwithout throwing errors
Note: For remote machines, use the remote-other branch which has fewer unnecessary nvim packages.
- Run
nvim/configure.sh