README.md
October 28, 2023 ยท View on GitHub
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).
- Terminal
Weztermkittyiterm2 - Shell
zsh - Shell Framework
ohmyzsh - Shell Theme
starship - File Management Tool
ranger - Fuzzy Finder Tool
fzf - Ls Beautification Tool
lsd - Font
HackNerdFontJetBrainsMonoOperatorMono - Theme
Catppuccin - Browser
Chromequtebrowser - The Hacker's Browser Plugin
vimium - System Information Tool
neofetch - Terminal Git Tool
lazygit - File Editor Tool
neovim - Terminal Multiplexing Tool
tmux - Windows Management Utility
yabai - Simple Hotkey Daemon
skhd - Status Bar
sketchybar - Music Player
Spotify - Spotify Client
spotify-tuispicetify - Cross-platform Audio Visualizer
cava - PDF Viewer
zathura for MacOSorzathura - Application Launcher
Alfred - System resource monitor
btop - Cat with syntax highlighting and Git integration
bat
๐จ 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