Improve yadm and other configs
This commit is contained in:
parent
0ca2831d05
commit
d1094ae994
9 changed files with 24 additions and 7 deletions
|
@ -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
2
.config/env.d/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
99-local
|
||||
99-secrets
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue