Latest
This commit is contained in:
parent
1c33a98d5d
commit
44e5703693
2 changed files with 9 additions and 4 deletions
|
@ -253,3 +253,7 @@ https://github.com/symless/synergy-core
|
||||||
https://symless.com/synergy/features
|
https://symless.com/synergy/features
|
||||||
https://github.com/upscayl/upscayl
|
https://github.com/upscayl/upscayl
|
||||||
https://espanso.org/
|
https://espanso.org/
|
||||||
|
|
||||||
|
## Premium
|
||||||
|
|
||||||
|
* https://alternativeto.net/software/daemon-tools/about/
|
|
@ -142,9 +142,10 @@ elif [ -f "$SDKMAN_DIR/bin/sdkman-init.sh" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Tea
|
### Tea
|
||||||
if command -v tea > /dev/null; then
|
# TODO: Fix this so it does not cause errors as Chezmoi runs
|
||||||
source <(tea --magic)
|
# if command -v tea > /dev/null; then
|
||||||
fi
|
# source <(tea --magic)
|
||||||
|
# fi
|
||||||
|
|
||||||
### VIM
|
### VIM
|
||||||
export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC'
|
export GVIMINIT='let $MYGVIMRC="$XDG_CONFIG_HOME/vim/gvimrc" | source $MYGVIMRC'
|
||||||
|
|
Loading…
Reference in a new issue