Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
807 B

4 years ago
  1. #!/usr/bin/zsh
  2. alias feh="feh --scale-down --auto-zoom"
  3. alias clear="clear && neofetch --ascii ~/.config/neofetch/ascii.txt"
  4. alias neofetch="neofetch --ascii ~/.config/neofetch/ascii.txt"
  5. alias idea="/home/yigit/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/201.7223.91/bin/idea.sh"
  6. alias open=xdg-open
  7. alias rm="rm -i"
  8. alias clip="xclip -selection clipboard"
  9. alias g="git "
  10. alias t="TERM=screen-256color-bce tmux"
  11. alias tn="TERM=screen-256color-bce tmux new -s "
  12. alias tat="TERM=screen-256color-bce tmux a -t "
  13. alias yain="yay -Syu "
  14. alias ls="ls --color"
  15. # Suffix aliases
  16. alias -g G=" | rg"
  17. alias gshh="gcloud cloud-shell ssh --authorize-session"
  18. # YeetClock
  19. alias light="curl 'http://yeetclock/setcolor?R=136&G=192&B=208'"
  20. alias lights_off="curl 'http://yeetclock/setcolor?R=2000&G=10&B=000&O=0'"