Add autoinstall for packages (vim-plug, starship, ...)
This commit is contained in:
parent
e448e719e8
commit
866bbcae20
5 changed files with 57 additions and 101 deletions
.config
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue