This commit is contained in:
ksyasuda
2022-01-28 17:16:40 -08:00
parent 3beba43128
commit 9f83a86aca
4 changed files with 64 additions and 35 deletions

View File

@@ -1,5 +1,13 @@
alias sudo='sudo -v; sudo '
alias suda='sudo'
alias vi=vim
alias qutebrowser="qutebrowser --qt-arg stylesheet $HOME/.local/share/qutebrowser/fix-tooltips.qss"
# Aniwrapper
alias aniwrapper='aniwrapper -qD 144'
## Colorls
alias lca='colorls -A --sd --gs -X'
alias lc='colorls --sd --gs -X'
@@ -7,7 +15,7 @@ alias lcl='colorls --sd --gs -Xl'
alias lcla='colorls -lA --sd --gs -X'
alias lcal='colorls -lA --sd --gs -X'
alias lct='colorls --gs --tree=5'
alias ls='colorls --sd -Xl'
alias ls='colorls --sd -X'
## Pacman/Yay
# update without noconfirm
@@ -24,9 +32,10 @@ alias ys='yarn start'
alias yi='yarn install'
## Git
alias gs='git status'
alias gc='git commit'
alias gp='git push'
alias gst='git status'
alias gcmt='git commit'
alias gpush='git push'
alias gpull='git pull'
## Helpful
alias count='ls -l | wc -l'
@@ -53,6 +62,9 @@ alias drop_cache="sudo sh -c \"echo 3 >'/proc/sys/vm/drop_caches' && swapoff -a
# mkdir
alias mkdir='mkdir -p'
# wallpapers
alias mysan='feh --bg-scale ~/.wallpapers/MYSanGun-Inverted.png ~/.wallpapers/MYSanGun.png'
## I'm Lazy
alias scripts='cd /home/sudacode/scripts'
alias freud='cd /home/sudacode/'
@@ -78,12 +90,23 @@ alias ncdu='ncdu --color dark'
alias updates='~/SudacodeRice/scripts/package-updates'
alias aliases='cat ~/.bash_aliases'
alias sauce='~/Videos/sauce/'
alias aniedit='emc ~/Projects/Scripts/ani-cli/'
alias wmedit='emc ~/.config/i3/config'
alias ani='cd $HOME/Projects/Scripts/ani-cli'
alias ani='cd $HOME/Projects/Scripts/aniwrapper'
alias archvm='VBoxManage startvm "arch-vm"'
alias chrome='google-chrome-beta --profile-directory="Profile 1" &>/dev/null &'
alias bar='~/SudacodeRice/scripts/launch_desktop.sh'
alias nord=nordvpn
alias lzd=lazydocker
alias lzg=lazygit
alias mounts='sudo ~/scripts/mounts.sh'
alias dc=docker-compose # sorry calculator
alias vimconf='vim ~/.vimrc'
alias sctl=systemctl
alias pyex='python -m'
## Rice
alias config='/usr/bin/git --git-dir=$HOME/rice/ --work-tree=$HOME'
alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
alias pushdots='config push senpai'
alias commitdots='config commit'
alias cs='config status'
alias f=floaterm