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 kitty # Terminal 
brew install fish # Shell
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 neovim # My text editor
brew install jq # A lightweight command line processor for JSON
brew install lazygit # A lightweight command line git client 

Colorscheme

I use the Flexoki color scheme.

Wallpaper

The wallpaper can be found in the Wallpaper Bundle of jmw327. Please support the official creator!

Coding

For coding I mainly use Jetbrains Rider IDE. As the UI theme I use KraggiTheme and for the color scheme I use Flexoki Dark.

Neovim

My Text Editor of choice is Neovim. For the color scheme I use OneDark.

Packer

As my main package manager I use packer. To install packer execute the following commands:

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Fonts

I use the Jetbrains Nerd Font which can easily be installed via Homebrew:

brew tap homebrew/cask-fonts
brew install --cask font-jetbrains-mono-nerd-font 

Setup

Setup should be pretty simple. Just copy the folders inside your $HOME/.config directory.

About

My personal dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published