update twitter search + powerlevel10k install mode
This commit is contained in:
parent
b5c0379783
commit
ce894dba75
2
Brewfile
2
Brewfile
@ -18,6 +18,7 @@ tap "eddieantonio/eddieantonio" # provides imgcat, cat but for images
|
||||
tap "jesseduffield/lazygit" # provides lazygit, simple terminal UI for git commands
|
||||
tap "jesseduffield/lazydocker" # provides lazydocker, simple terminal UI for managnig docker
|
||||
tap "skanehira/docui" # provides docui, simple terminal UI for creating/configuring docker services
|
||||
tap "romkatv/powerlevel10k" # provides powerlevel10k
|
||||
|
||||
cask "java"
|
||||
cask "iterm2"
|
||||
@ -178,3 +179,4 @@ brew "lazydocker" # simple terminal UI for managing docker
|
||||
brew "docui" # simple terminal UI for creating/configuring docker services
|
||||
brew "httpie" # provides http - a command line HTTP client that will make you smile.
|
||||
brew "hyperfine" # CLI benchmark tool
|
||||
brew "powerlevel10k"
|
||||
|
@ -119,8 +119,8 @@ bundle install
|
||||
|
||||
# Install Oh My Zsh and some cool dependencies
|
||||
echo "Installing Oh My Zsh + customizing themes and plugins"
|
||||
echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git "$ZSH_CUSTOM/themes/powerlevel10k"
|
||||
git clone https://github.com/AlexisBRENON/oh-my-zsh-reminder "$ZSH_CUSTOM/plugins/reminder"
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$ZSH_CUSTOM/plugins/zsh-syntax-highlighting"
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions "$ZSH_CUSTOM/plugins/zsh-autosuggestions"
|
||||
|
@ -38,7 +38,7 @@ alias crypto='curl rate.sx'
|
||||
# Twitter
|
||||
alias twitter='\t'
|
||||
alias tsearch='twitter search all'
|
||||
alias tweets='tsearch'
|
||||
alias tweets='tsearch --long -a -d'
|
||||
alias tsearchfav='twitter search favorites'
|
||||
alias tsearchtimeline='twitter search timeline'
|
||||
|
||||
|
@ -16,7 +16,6 @@ fi
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
#ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
ZSH_COLORIZE_STYLE="monokai"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user