- Browser
firefox
- Font
Input Mono
- Media player
mpv
- Text editor
neovim
- Terminal emulator
iTerm2
- Clone the repository.
git clone https://github.com/manasv/dotfiles
- Change directory to dotfiles
# Change directory to dotfiles
cd dotfiles
# If you dont have stow, you can install it with your package manager
# macOS - homebrew
brew install stow
# Now install any config with stow, for example neovim
stow nvim
# If you want to unstow neovim config
stow -D nvim