Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 874 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 874 Bytes

dotfiles

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.

Usage

Script

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

Manually

Just run stow and the name of the package(s) you want to symlink, e.g.:

stow nvim zsh p10k

Other

VSCode extensions

Backup

Backup the extension names to extensions-list.txt

code --list-extensions > extensions-list.txt

Restore

Restore (install) extensions from extensions-list.txt

cat extensions-list.txt | xargs -n 1 code --install-extension