dotfiles/README.md
Rodolphe Houdas d269db0ee6 Adding vscode settings for this project
Also updating the table of content to use gitea slufigy mode.
Generating the table of content is made with the extension "Markdown
All in One". Unfortunately, it doesn't generate anchors fitting for gitea.
This TOC is generated with a modified version of Markdown All in One to
add a gitea slugification mode. See
https://github.com/yzhang-gh/vscode-markdown/pull/763 for the hack
2020-07-25 12:11:51 +02:00

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