diff --git a/.scripts/alias.sh b/.scripts/alias.sh index f1f641a..feefe24 100644 --- a/.scripts/alias.sh +++ b/.scripts/alias.sh @@ -1 +1,24 @@ #!/usr/bin/env bash + +alias dots="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME" +alias en="dict -d fra-eng" +alias f=fff +alias fr="dict -d eng-fra" +alias key="$SCRIPTS/sshkey.sh" +alias nf="neofetch" +alias p="ping archlinux.org" +alias o=xdg-open +alias r=ranger +alias sv="sudo $EDITOR" +alias t="$SCRIPTS/term.sh &" +alias td=todolist +alias theme="$SCRIPTS/theme" +alias v=$EDITOR +alias vi=$EDITOR +alias w="curl '$WTTRURL'" +alias weather="curl '$WTTRURL'" + +# you're not in Vim ya dummy +alias :q=exit +alias :wq=exit +alias :w="make run" diff --git a/.scripts/comp b/.scripts/comp new file mode 100755 index 0000000..f348343 --- /dev/null +++ b/.scripts/comp @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +nohup picom \ + --config "$HOME/.config/picom/picom.conf"\ + --experimental-backends &>/dev/null & diff --git a/.zshrc b/.zshrc index 5b98d83..2e7bba8 100644 --- a/.zshrc +++ b/.zshrc @@ -31,11 +31,6 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs source "$SCRIPTS/alias.sh" -# you're not in Vim ya dummy -alias :q=exit -alias :wq=exit -alias :w="make run" - # start ssh-agent automatically ssh-agent eval $(ssh-agent -s)