Skip to content

horothesun/dotfiles

Repository files navigation

dotfiles

Dependencies

Setup

cd ~ ; git clone git@github.com:horothesun/dotfiles.git ; cd dotfiles

Alacritty specific

After using stow, run

cp alacritty/alacritty_new_window_same_dir.sh /usr/local/bin/alacritty_new_window_same_dir.sh

Note: creating a symbolic link to the bash script doesn't work.

Examples

Stow

stow --simulate --no-folding --verbose --target ~ alacritty

Re-stow

stow --simulate --no-folding --restow --verbose --target ~ alacritty

Unstow

stow --simulate --verbose --delete --target ~ alacritty

Adopt

First create same ~-based <APP> folder and file structure in dotfiles/, then

stow --simulate --adopt --verbose --target ~ <APP>