Fix documentation + add aliases

This commit is contained in:
Morgan Wattiez 2019-07-22 09:50:20 +02:00
parent 032d3d018e
commit 0d98bd5629
3 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ sdk install java 8.0.202-zulu
### Install Docker Desktop for Mac ### Install Docker Desktop for Mac
``` ```
~/.scripts/bootstrap.sh ~/.scripts/executable_bootstrap.sh
``` ```
### Install dependencies (apps, fonts, ...) with Brew ### 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 #### In order to upgrade it, just run
`upgrade_oh_my_zsh` `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 https://github.com/robbyrussell/oh-my-zsh/issues/6764#issuecomment-384045008
``` ```
cd $ZSH cd $ZSH

View File

@ -64,6 +64,7 @@ alias v=vi
alias ls='lsd' alias ls='lsd'
alias pip='pip3' alias pip='pip3'
alias c='cat' alias c='cat'
alias x='extract'
# Show/hide hidden files in Finder # Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder" alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"

View File

@ -62,7 +62,7 @@ ZSH_COLORIZE_STYLE="monokai"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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 source $ZSH/oh-my-zsh.sh