config/yadm: little amendments

This commit is contained in:
xeruf 2021-06-15 08:09:20 +02:00
parent 360f3f1836
commit 0a23a18419
2 changed files with 5 additions and 2 deletions

View File

@ -84,3 +84,7 @@ test "$hasService" && sudo service cron reload || sudo systemctl reload cronie
highlight "SSH Permissions"
chmod og= ~/.ssh -R
highlight "Setup kakoune for plugins"
mkdir -p ~/.config/kak/plugins/
git clone https://github.com/robertmeta/plug.kak.git ~/.config/kak/plugins/plug.kak

View File

@ -1,6 +1,5 @@
[alias]
cgit = !yadm cme "config/git:" -- $XDG_CONFIG_HOME/git $CONFIG_SHELLS/git $HOME/.local/bin/scripts/git-*
cvim = !yadm cme "config/nvim:" -- $XDG_CONFIG_HOME/nvim/init*
cshell = !yadm cme "config/shell:" -- $CONFIG_SHELLS
cf = !yadm cme "bin:" -- $CONFIG_SHELLS/functions $HOME/.local/bin/scripts
cshell = !yadm cme "config/shell:" -- $CONFIG_SHELLS $HOME/.zprofile
cbin = !yadm cme "bin:" -- $HOME/.local/bin/scripts