mirror of
https://github.com/Rouji/dotfiles.git
synced 2025-12-11 09:00:54 +00:00
.files
| .config | ||
| .fonts | ||
| .local/share | ||
| .vim | ||
| .weechat | ||
| .zsh | ||
| bin | ||
| .gitmodules | ||
| .inputrc | ||
| .profile | ||
| .tmux.conf | ||
| .w3m | ||
| .xinitrc | ||
| .Xresources | ||
| .zprofile | ||
| .zshrc | ||
| README | ||
alias dot='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' INIT git init --bare $HOME/.dotfiles dot config --local status.showUntrackedFiles no CLONE git clone --bare https://github.com/Rouji/dotfiles.git ~/.dotfiles dot config --local status.showUntrackedFiles no dot reset --hard HEAD