diff --git a/Brewfile b/Brewfile index 824f4bb..94199f2 100644 --- a/Brewfile +++ b/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" diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index 455a663..6ca96f2 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -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" diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 3ef0c73..bc2986c 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -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' diff --git a/dot_zshrc b/dot_zshrc index 0cfd0e8..72b1e33 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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"