Skip to content

Instantly share code, notes, and snippets.

View altwitt's full-sized avatar

Harrison Witt altwitt

  • Geospatial Developer
  • Memphis, TN
  • 07:17 (UTC -05:00)
View GitHub Profile
#!/usr/bin/env bash
# Easier navigation: .., ..., ...., ....., ~ and -
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."
alias -- -="cd -"
alias c='clear'
# Shortcuts
cask_args appdir: "/Applications"
tap "homebrew/cask"
tap "caskroom/cask"
tap "dart-lang/dart"
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/services"
brew "ansiweather"
brew "archey"
brew "autoconf"
#!/usr/bin/env bash
###########################################
## MYBASHPROFILE 05.07.2019
###########################################
#######################################4
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi