Improve yadm and other configs

This commit is contained in:
Tobias Reisinger 2023-10-19 02:20:28 +02:00
parent 0ca2831d05
commit d1094ae994
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 24 additions and 7 deletions

View file

@ -82,6 +82,6 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash -I --one-file-system -v'
[ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash'
[ -x "$(command -v yadm)" ] || alias yadm='git --git-dir="$HOME/.local/share/yadm/repo.git"'
[ ! -x "$(command -v yadm)" ] && alias yadm='git --git-dir="$HOME/.local/share/yadm/repo.git"'
[ -f "$HOME/.config/aliasrc.local" ] && . "$HOME/.config/aliasrc.local"

2
.config/env.d/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
99-local
99-secrets

View file

@ -26,6 +26,7 @@
ripgrep # grep-alternative
rmtrash # rm wrapper to use trash
shellcheck # tool for shell-syntax
starship # shell prompt
tokei # project-language statistics
trash-cli # trash utils
unzip # unzip

View file

@ -5,3 +5,5 @@ yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git"
echo "Autoinstall base"
autoinstall base
echo "Don't forget to decrypt yadm secrets"