mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Added rectangle to casks
This commit is contained in:
@@ -7,5 +7,6 @@ cask "iterm2"
|
|||||||
cask "microsoft-teams"
|
cask "microsoft-teams"
|
||||||
cask "obs"
|
cask "obs"
|
||||||
cask "paw"
|
cask "paw"
|
||||||
|
cask "rectangle"
|
||||||
cask "sketchup-pro"
|
cask "sketchup-pro"
|
||||||
|
|
||||||
|
|||||||
@@ -19,3 +19,6 @@ alias gco() { git checkout "$@" }
|
|||||||
alias gma() { git add . && git commit -m "$1" }
|
alias gma() { git add . && git commit -m "$1" }
|
||||||
alias gs() { git status }
|
alias gs() { git status }
|
||||||
|
|
||||||
|
# move back to old cwd
|
||||||
|
alias bk() { cd "$OLDPWD" }
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,12 @@ HISTFILE=$ZDOTDIR/history
|
|||||||
|
|
||||||
# Allow useful scripts in ~/.bin to be in the search path.
|
# Allow useful scripts in ~/.bin to be in the search path.
|
||||||
export PATH=~/.bin:$PATH
|
export PATH=~/.bin:$PATH
|
||||||
export PATH=/opt/homebrew/bin:$PATH
|
|
||||||
export PATH=/opt/homebrew/sbin:$PATH
|
# Add homebrew to the path
|
||||||
|
if [ -d /opt/homebrew ]; then
|
||||||
|
export PATH=/opt/homebrew/bin:$PATH
|
||||||
|
export PATH=/opt/homebrew/sbin:$PATH
|
||||||
|
fi
|
||||||
|
|
||||||
# zsh-completions installed by homebrew
|
# zsh-completions installed by homebrew
|
||||||
if type brew &>/dev/null; then
|
if type brew &>/dev/null; then
|
||||||
@@ -17,3 +21,4 @@ if type brew &>/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user