Update the things

This commit is contained in:
Jeffrey Serio 2025-04-16 14:03:20 -05:00
parent d40a0755bb
commit 8a9d5cd98b
6 changed files with 5 additions and 10 deletions

View File

@ -1 +0,0 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/bat

View File

@ -1 +0,0 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/git

View File

@ -1 +0,0 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/newsboat

View File

@ -1 +0,0 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/rofi

View File

@ -1 +0,0 @@
/home/jas/repos/git.hyperreal.coffee/hyperreal/dotfiles/config/zellij

View File

@ -35,22 +35,22 @@ link-dotfiles:
ln -sf {{dotfiles_repo}}/zsh/.zshrc.d {{homedir}}/.zshrc.d ln -sf {{dotfiles_repo}}/zsh/.zshrc.d {{homedir}}/.zshrc.d
rm -rfv {{configdir}}/bat rm -rfv {{configdir}}/bat
ln -sf {{dotfiles_repo}}/config/bat {{configdir}}/bat ln -sf {{dotfiles_repo}}/config/bat {{configdir}}/
rm -rfv {{configdir}}/git rm -rfv {{configdir}}/git
ln -sf {{dotfiles_repo}}/config/git {{configdir}}/git ln -sf {{dotfiles_repo}}/config/git {{configdir}}/
rm -rfv {{configdir}}/newsboat rm -rfv {{configdir}}/newsboat
ln -sf {{dotfiles_repo}}/config/newsboat {{configdir}}/newsboat ln -sf {{dotfiles_repo}}/config/newsboat {{configdir}}/
rm -rfv {{configdir}}/rofi rm -rfv {{configdir}}/rofi
ln -sf {{dotfiles_repo}}/config/rofi {{configdir}}/rofi ln -sf {{dotfiles_repo}}/config/rofi {{configdir}}/
rm -fv {{configdir}}/starship.toml rm -fv {{configdir}}/starship.toml
ln -sf {{dotfiles_repo}}/config/starship.toml {{configdir}}/starship.toml ln -sf {{dotfiles_repo}}/config/starship.toml {{configdir}}/starship.toml
rm -rfv {{configdir}}/zellij rm -rfv {{configdir}}/zellij
ln -sf {{dotfiles_repo}}/config/zellij {{configdir}}/zellij ln -sf {{dotfiles_repo}}/config/zellij {{configdir}}/
clean-dotfiles: clean-dotfiles:
rm -fv {{homedir}}/.justfile rm -fv {{homedir}}/.justfile