Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob Babor
999e88a03d Remove firestarter from basic desktop stuff 2024-11-27 16:44:54 -06:00
Jacob Babor
9106503ffa Rip out firestarter 2024-11-27 16:39:34 -06:00
3 changed files with 0 additions and 8 deletions

3
.gitmodules vendored
View File

@@ -34,9 +34,6 @@
[submodule "vim/.vim/bundle/vim-ansible-yaml"]
path = base/.vim/bundle/vim-ansible-yaml
url = https://github.com/chase/vim-ansible-yaml
[submodule "firestarter/.firestarter"]
path = desktop-common/.firestarter
url = git@git.desu.ltd:salt/firestarter
[submodule "bin/.bin"]
path = base/.bin
url = git@git.desu.ltd:salt/bin

View File

@@ -26,7 +26,6 @@ _baseshell="$(basename -- "$0")"
for dir in \
"$HOME/.bin" \
"$HOME/.local/bin" \
"$HOME/.firestarter" \
"/usr/local/opt/coreutils/libexec/gnubin" \
"/usr/local/opt/gnu-sed/libexec/gnubin" \
"/usr/local/opt/grep/libexec/gnubin" \
@@ -109,9 +108,6 @@ for editor in vim vi nano; do
done
# Now for a shitton of aliases
if has firestarter and ! has fs; then
alias fs="firestarter"
fi
if has podman and ! has docker; then
alias docker="podman"
fi