change sneed toilet to hostname toilet

This commit is contained in:
The Ghost of FOSS' Past 2024-11-10 14:38:53 -06:00
parent ad458a40e1
commit 670728bd59
3 changed files with 4 additions and 2 deletions

View file

@ -1 +1 @@
eval $(/usr/local/bin/brew shellenv)
eval $(/usr/local/bin/brew shellenv)

2
.zshrc
View file

@ -121,3 +121,5 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
toilet "$(hostname)"

View file

@ -149,7 +149,7 @@ sudo systemsetup -settimezone "America/Chicago"
# 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)"
cp .zshrc ~/
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions