No description
Find a file
2023-01-02 09:31:51 +01:00
.config Add Starship config 2022-11-15 15:56:44 +01:00
.warp/themes Add warp 2022-11-16 21:53:51 +01:00
.zsh Add exa alias 2022-11-15 21:04:55 +01:00
.gitconfig Add gitconfig 2022-11-16 21:51:07 +01:00
.zshenv Add Go to PATH 2023-01-02 09:31:51 +01:00
.zshrc Add exa alias 2022-11-15 21:04:55 +01:00
README.md Update README 2022-11-16 21:50:43 +01:00

Maxime's dotfiles for MacOS/Linux

Requirements

How to install

  1. Clone the repository
git clone --bare ssh://git@gitlab.deditoolbox.ovh:22226/mlcsthor/dotfiles.git $HOME/.dotfiles
  1. Define alias
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
  1. 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