Personal dotfiles to get up and running with my favorite tools in a flash.
| git | ||
| .gitignore | ||
| .zshrc | ||
| aura-theme-soft.itermcolors | ||
| LICENSE | ||
| README.md | ||
Gaiety's Dotfiles
Designed for Unix Systems.
Setup
- Install a nice terminal
- iterm2 for MacOS (via brew)
brew install iterm2(a color theme is in the root directory, feel free to import it in preferences) - Terminology for Linux
- iterm2 for MacOS (via brew)
- Install asdf version manager, configure with tools you'll need
- Install NeoVim
- Install LunarVim (
lvimto run) - Install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install - ZSH
- Verify ZSH is installed
- Install zi
sh -c "$(curl -fsSL https://git.io/get-zi)" --