Skip to content

yhutter/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Screenshot 01

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.

Command Line Tools

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

Color Scheme

I generally use the Monokai color scheme:

Tools

  • Ghostty as my terminal emulator
  • Vim as my text editor

Wallpaper

Pixelart was made by Sako and can be found here. I merely tweaked the colors a bit to better match the Monokai Theme.

Setup

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.

Acknowledgments

About

My personal dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published