diff --git a/README.md b/README.md index b68b701..fa4b342 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ sdk install java 8.0.202-zulu ### Install Docker Desktop for Mac ``` -~/.scripts/bootstrap.sh +~/.scripts/executable_bootstrap.sh ``` ### Install dependencies (apps, fonts, ...) with Brew @@ -25,7 +25,7 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/p #### In order to upgrade it, just run `upgrade_oh_my_zsh` -### In cases of `\n` irrors with zsh +### In cases of `\n` errors with zsh https://github.com/robbyrussell/oh-my-zsh/issues/6764#issuecomment-384045008 ``` cd $ZSH diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 4e2cd21..82ff066 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -64,6 +64,7 @@ alias v=vi alias ls='lsd' alias pip='pip3' alias c='cat' +alias x='extract' # Show/hide hidden files in Finder alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder" diff --git a/dot_zshrc b/dot_zshrc index 5a141ab..872ee4d 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -62,7 +62,7 @@ ZSH_COLORIZE_STYLE="monokai" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(reminder git sdk zsh-syntax-highlighting zsh-autosuggestions ansible brew colorize docker pipenv pip python terraform aws) +plugins=(reminder common-aliases extract git sdk zsh-syntax-highlighting zsh-autosuggestions ansible brew colorize docker pipenv pip python terraform aws) source $ZSH/oh-my-zsh.sh