
My personal dotfiles that I have gathered over time. It is just a collection of tools and configs I personally find useful. Please note that my primary system is currently MacOS but I try to keep the instructions as OS independent as I can.
Please note that for this setup assumes that you have Homebrew installed on MacOS
brew install fish # Shell
brew install vim # Text Editor
brew install bat # Improved version of cat command
brew install zoxide # Improved version of cd that remembers your visited directories
brew install fzf # Fuzzy File Finder
brew install fd # Find Files in your File System
brew install ripgrep # Faster grep alternative
brew install lazygit # Terminal Git Client
brew install jq # A lightweight command line tool for JSON Data
brew install --cask font-jetbrains-mono-nerd-font # Jetbrains Mono Nerd Font
I generally use the Monokai
color scheme:
Ghostty
as my terminal emulatorVim
as my text editor
Pixelart was made by Sako
and can be found here. I merely tweaked the colors a bit to better match the Monokai
Theme.
Just copy the .vimrc
as well as the .vim
folder into your $HOME
directory. The rest of the folders go into your $HOME/.config
directory.