change sneed toilet to hostname toilet
This commit is contained in:
parent
ad458a40e1
commit
670728bd59
3 changed files with 4 additions and 2 deletions
2
.zshrc
2
.zshrc
|
@ -121,3 +121,5 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
|
toilet "$(hostname)"
|
|
@ -149,7 +149,7 @@ sudo systemsetup -settimezone "America/Chicago"
|
||||||
|
|
||||||
# Prepare Oh My ZSH
|
# Prepare Oh My ZSH
|
||||||
echo "[DSMOSS] Prepare oh my zsh"
|
echo "[DSMOSS] Prepare oh my zsh"
|
||||||
brew install thefuck
|
brew install thefuck toilet
|
||||||
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||||
cp .zshrc ~/
|
cp .zshrc ~/
|
||||||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||||
|
|
Loading…
Reference in a new issue