this is personal general configuration file
- vim using package manager
- zsh
- tmux
this installation is using bare repository method
- create
dotfile
alias
alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
- clone repository
git clone --bare https://github.com/asepnur/.dotfiles $HOME/.dotfiles
- checkout to apply dotfile repository
dotfile checkout
- exec the following command to hide untracked file
dotfile config --local status.showUntrackedFiles no