No description
- Shell 100%
| .config | ||
| .warp/themes | ||
| .zsh | ||
| .gitconfig | ||
| .zshenv | ||
| .zshrc | ||
| README.md | ||
Maxime's dotfiles for MacOS/Linux
Requirements
How to install
- Clone the repository
git clone --bare ssh://git@gitlab.deditoolbox.ovh:22226/mlcsthor/dotfiles.git $HOME/.dotfiles
- Define alias
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
- Checkout
dotfiles checkout
How to use
Use classic git commands but with dotfiles alias
# Example
dotfiles add .zshrc
dotfiles commit -m "Add zshrc"
dotfiles push