feat: conky, doas compatibility and dwm startup
This commit is contained in:
parent
f1fdfb2eb2
commit
f002b34b6f
12 changed files with 54 additions and 18 deletions
|
@ -1,14 +1,14 @@
|
|||
# system
|
||||
alias cls='clear && ls -lah'
|
||||
alias tmp='cd $(mktemp -d)'
|
||||
alias update='paru -Syu; config submodule update --remote --recursive --init'
|
||||
alias update='sudo pacman -Syu; config submodule update --remote --recursive --init'
|
||||
alias vi='$EDITOR'
|
||||
|
||||
# conf
|
||||
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
||||
alias viconf='(cd $XDG_CONFIG_HOME/nvim && $EDITOR .)'
|
||||
alias wconf='(cd $HOME/.config/suckless/dwm* && $EDITOR .)'
|
||||
alias zconf='(cd $ZDOTDIR/ && $EDITOR . && . $ZDOTDIR/.zshrc)'
|
||||
alias zconf='(cd $ZDOTDIR/ && $EDITOR .) && . $ZDOTDIR/.zshrc'
|
||||
|
||||
# dev
|
||||
alias epitest='docker run -it --rm -v $PWD:/usr/app/ epitechcontent/epitest-docker bash'
|
||||
|
@ -24,6 +24,6 @@ function coloralias() {
|
|||
$1 $(echo - "${@:2}" | sed 's/--color=\w\+/--color=always/')
|
||||
}
|
||||
|
||||
alias sudo='sudo '
|
||||
alias sudo='doas '
|
||||
alias watch='coloralias watch -c -- '
|
||||
alias xargs='xargs '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue