Simply setup and manage your dotfiles
- Editor: neovim (best editor btw)
- Terminal: kitty (default) or Alacritty (alternative)
- Shell: zsh
- Colorscheme: Dracula
- Workspace: tmux
Install each pre-requisites and tools yourself
cd ~ && git clone https://github.com/fijar-lazuardy/dotfiles.git && cd dotfiles && stow .
Install all tools used in this repo automatically (only supports macOS and Debian based/Arch based Linux)
cd ~ && git clone https://github.com/fijar-lazuardy/dotfiles.git && cd dotfiles && bash install.sh