Skip to content

mihaelsegulja/dotfiles

Repository files navigation

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

About

My dotfiles and config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published