My dotfiles
| .vscode | ||
| git | ||
| vscode/.config/Code - OSS/User | ||
| zed/.config/zed | ||
| zsh | ||
| README.md | ||
~/. 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