Add autoinstall for packages (vim-plug, starship, ...)

This commit is contained in:
Tobias Reisinger 2022-09-13 21:28:05 +02:00
parent e448e719e8
commit 866bbcae20
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 57 additions and 101 deletions
.config

View file

@ -63,7 +63,7 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
[ -x "$(command -v bat)" ] && alias cat='bat -pp'
[ -x "$(command -v exa)" ] && alias ls='exa -lhF --git --icons --color=always --color-scale --time-style=long-iso'
[ -x "$(command -v exa)" ] && alias ls='exa -lhF --git --icons --color=always --color-scale --time-style=long-iso --group-directories-first'
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash'
[ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash'