dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

✨My dotfiles on macOS or Linux for Neovim, Zsh, Kitty, Ranger, etc

Eugene dotfiles

This dotfiles includes the following tools config

🧑🏾‍🎨 ScreenShot

Load More (Click to expend)

🗒️ Info

This config folder include all my environment in My OS(Just cherry pick the piece of code you totally understand).

🔨 Dependencies

📦 Packages

brew install --cask kitty
brew install --cask iterm2
brew install --cask wezterm
More Packages (Click to expend)

✍️ Fonts

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

🐚 zsh

brew install ranger
brew install lsd
brew install fzf
brew install starship
brew install zsh
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

🎵 Music

brew install --cask background-music
brew install cava
brew install --cask spotify
brew install khanhas/tap/spicetify-cli
brew install spotify-tui

🦇 Yabai & skhd

brew install koekeishiya/formulae/yabai
brew install koekeishiya/formulae/skhd

🌥️ Sketchybar

brew tap FelixKratz/formulae
brew install sketchybar
brew install jq
brew install gh
brew install switchaudio-osx
brew install --cask sf-symbols
curl -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v1.0.4/sketchybar-app-font.ttf -o $HOME/Library/Fonts/sketchybar-app-font.ttf

🤿 Neovim & Tmux

brew install llvm
brew install ripgrep
brew install neovim
brew install tmux

Other

brew install --cask alfred
brew install bat
brew install btop
brew install lazygit
brew install neofetch
brew install --cask qutebrowser

🚀 Manual Installation

1.Clone this repository.

git clone https://github.com/command-z-z/dotfiles

2.See my install.sh to learn more about my config.

3.Install the required software(see Dependencies) or run install.sh script.

./install.sh

4.Just copy the piece of code you really want.

🤖 Notes

neovim python dependencies.

pip install neovim
pip install pyvim
pip install Ranger-fm