1
0
Fork 0
dotfiles/README.md

558 B

~/. dotfiles

My collection of dotfiles, to be used with stow

🚚 How to get

I like to put it in an hidden folder. Assuming you're in your home folder:

git clone https://forge.lunai.re/rodolphe/dotfiles.git .dotfiles

🏁 How to use

Assuming you're in the .dotfiles folder (cd ~/.dotfiles):

# Install the .zshrc
stow zsh
# Install the .gitconfig
stow git
# Install VS Code config
stow vscode