2019-12-31 10:28:42 +01:00
|
|
|
usage:
|
2019-12-31 09:48:38 +01:00
|
|
|
@echo ""
|
|
|
|
@echo "usage:"
|
|
|
|
@echo ""
|
2019-12-31 10:28:42 +01:00
|
|
|
@echo "* make install -- to install dotfiles"
|
|
|
|
@echo "* make reinstall -- to reinstall & prune obsolete symlinks"
|
|
|
|
@echo "* make delete -- to delete dotfiles"
|
2022-01-27 10:19:22 +01:00
|
|
|
@echo "* make update -- get latest version from sourcehut"
|
2019-12-31 09:48:38 +01:00
|
|
|
@echo ""
|
|
|
|
|
2019-12-31 10:28:42 +01:00
|
|
|
install:
|
2019-12-31 09:48:38 +01:00
|
|
|
mkdir -p ~/.config
|
|
|
|
|
2022-01-27 10:19:22 +01:00
|
|
|
stow chrome
|
|
|
|
stow chromium
|
|
|
|
stow environment
|
|
|
|
stow fish
|
|
|
|
stow flake8
|
|
|
|
stow fontconfig
|
|
|
|
stow foot
|
|
|
|
stow gdb
|
2019-12-31 10:28:42 +01:00
|
|
|
stow git
|
2019-12-31 09:48:38 +01:00
|
|
|
stow imapfilter
|
2022-01-27 10:19:22 +01:00
|
|
|
stow kitty
|
|
|
|
stow mako
|
2019-12-31 10:28:42 +01:00
|
|
|
stow mbsync
|
2022-01-27 10:19:22 +01:00
|
|
|
stow mpd
|
|
|
|
stow mpDris2
|
2019-12-31 10:28:42 +01:00
|
|
|
stow msmtp
|
2019-12-31 09:48:38 +01:00
|
|
|
stow mutt
|
2019-12-31 10:28:42 +01:00
|
|
|
stow notmuch
|
2019-12-31 09:48:38 +01:00
|
|
|
stow nvim
|
2022-01-27 10:19:22 +01:00
|
|
|
stow paru
|
|
|
|
stow pycodestyle
|
|
|
|
stow pylint
|
|
|
|
stow sway
|
|
|
|
stow ranger
|
|
|
|
stow swaylock
|
2019-12-31 09:48:38 +01:00
|
|
|
stow tmux
|
2022-01-27 10:19:22 +01:00
|
|
|
stow zathura
|
2019-12-31 09:48:38 +01:00
|
|
|
|
2019-12-31 10:28:42 +01:00
|
|
|
reinstall:
|
|
|
|
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -R chrome
|
|
|
|
stow -R chromium
|
|
|
|
stow -R environment
|
|
|
|
stow -R fish
|
|
|
|
stow -R flake8
|
|
|
|
stow -R fontconfig
|
|
|
|
stow -R foot
|
|
|
|
stow -R gdb
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -R git
|
|
|
|
stow -R imapfilter
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -R kitty
|
|
|
|
stow -R mako
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -R mbsync
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -R mpd
|
|
|
|
stow -R mpDris2
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -R msmtp
|
|
|
|
stow -R mutt
|
|
|
|
stow -R notmuch
|
|
|
|
stow -R nvim
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -R paru
|
|
|
|
stow -R pycodestyle
|
|
|
|
stow -R pylint
|
|
|
|
stow -R ranger
|
|
|
|
stow -R sway
|
|
|
|
stow -R swaylock
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -R tmux
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -R zathura
|
2019-12-31 10:28:42 +01:00
|
|
|
|
|
|
|
delete:
|
|
|
|
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -D chrome
|
|
|
|
stow -D chromium
|
|
|
|
stow -D environment
|
|
|
|
stow -D fish
|
|
|
|
stow -D flake8
|
|
|
|
stow -D fontconfig
|
|
|
|
stow -D foot
|
|
|
|
stow -D gdb
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -D git
|
|
|
|
stow -D imapfilter
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -D kitty
|
|
|
|
stow -D mako
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -D mbsync
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -D mpd
|
|
|
|
stow -D mpDris2
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -D msmtp
|
|
|
|
stow -D mutt
|
|
|
|
stow -D notmuch
|
|
|
|
stow -D nvim
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -D paru
|
|
|
|
stow -D pycodestyle
|
|
|
|
stow -D pylint
|
|
|
|
stow -D ranger
|
|
|
|
stow -D sway
|
|
|
|
stow -D swaylock
|
2019-12-31 10:28:42 +01:00
|
|
|
stow -D tmux
|
2022-01-27 10:19:22 +01:00
|
|
|
stow -D zathura
|
2019-12-31 10:28:42 +01:00
|
|
|
|
2019-12-31 09:48:38 +01:00
|
|
|
update:
|
2019-12-31 10:28:42 +01:00
|
|
|
|
2019-12-31 09:48:38 +01:00
|
|
|
git pull --verbose
|
2019-12-31 10:28:42 +01:00
|
|
|
git submodule update --init --recursive
|
2019-12-31 09:48:38 +01:00
|
|
|
|
2019-12-31 10:28:42 +01:00
|
|
|
all:
|
|
|
|
usage
|