This repository contains my personal dotfiles, which are configuration files for various tools and applications. I am a MacOS user, so this dotfiles will optimized for Mac user.
Warning: Don’t blindly use my settings unless you know what that entails. Use at your own risk!
*updating
- My terminal: ghostty
- My shell: zsh
- My tool: lazydocker, lazygit, fzf, gh, starship, lazy-vim, tmux, etc.
Clone this repository and use GNU Stow to symlink the configuration files to your home directory:
git clone https://github.com/garovu/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow -t ~ <package>
Replace <package>
with the folder name you want to stow (e.g., zsh
, nvim
, tmux
). This will create symlinks in your home directory for the selected configuration.