My dotfiles and config files
Important
This repository is made for my personal use, so I can't guarantee that everything will work properly with your setup. However, feel free to copy or adapt any files to suit your needs.
In order to use the script, you have to install stow
.
Add execution permission for the file if needed:
chmod +x ./setup.sh
Run the script:
./setup.sh
Just run stow
and the name of the package(s) you want to symlink, e.g.:
stow nvim zsh p10k
Backup the extension names to extensions-list.txt
code --list-extensions > extensions-list.txt
Restore (install) extensions from extensions-list.txt
cat extensions-list.txt | xargs -n 1 code --install-extension