Skip to content

Raytray/dotfiles

Repository files navigation

Raymond Tang's dotfiles

My gitconfig has a few changes for colors, as well as aliases for more ease of use.
xkbevd is for bell beeps. My systems do not contain an actual pcspkr, thus I use aplay and xkbevd to catch events and emit a short beep.
bashrc is not listed as I use zshrc instead.

Git Hooks

  • A folder for common git-hooks that I use on more than a single project

ZSH Aliases

Aliases for Default Flags

  • ls --color=auto -CF
    • Use colors, columns, and display indicators to filetype (Folder, executable, symlink, etc)
  • weather --metric --alert
    • Displays weather in metric and also display any alerts for given argument.
  • youtube-dl
    • Downloads youtube with title flag attached.
  • emacs -nw
    • Call emacs in no window mode.

cd -> cdls()

  • Credit to BinRoot
  • Immediately lists contents of the current directory after changing into a new directory

History and Process search.

  • ps ax | grep
  • history | cut -c 8- | grep

Calc

  • Credit to alrra
  • Basic calculator with additional improvements to formatting output of decimal numbers.
  • Fahrenheit to Celsius and Celsius to Fahrenheit aliases based off of this.

Clipboard

  • Quick alias to copy file or string into clipboard.

Google

  • Quick alias to launch a google search on given string.

fliptable

  • Relieve some stress by watching a small ascii animation flip tables.

alert

  • Launches alrt.io with arguments to set a timer based on given parameters.

say

About

Version controlling my dot files. Typically this is on dropbox, and symlinked across from my home.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published