Changed some stuff regarding ZSH themes.

This commit is contained in:
Arne Swanson 2018-08-27 16:56:07 -03:00
parent 1adf9cad2d
commit b7263c772c
5 changed files with 13 additions and 14 deletions

2
mkfile
View File

@ -2,7 +2,7 @@ first_run:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# install plugins and themes
## geometry
git clone https://github.com/geometry-zsh/geometry "/home/$(whoami)/.oh-my-zsh/custom/themes/geometry"
https://github.com/yarisgutierrez/classyTouch_oh-my-zsh.git ~/.oh-my-zsh/themes/classyTouch
## plugins
git clone https://github.com/zsh-users/zsh-autosuggestions "/home/$(whoami)/.oh-my-zsh/custom/plugins/zsh-autosuggestions"
git clone https://github.com/zdharma/history-search-multi-word "/home/$(whoami)/.oh-my-zsh/custom/plugins/history-search-multi-word"

View File

@ -1,3 +1,3 @@
#!/bin/sh
play /usr/share/sounds/freedesktop/stereo/message.oga -q &
(echo $1; sleep 5) | dzen2 -fg "#66ffa6" -bg "#000" -fn "Input Sans:italic:size=8" -ta l -y "-28" &
( echo $1; sleep 5 ) | dzen2 -fg "#56ffff" -bg "#000" -fn "scientifica:size=8" -ta c -y "0" &

View File

@ -1 +1,2 @@
alias help=run-help
alias help=run-help
alias serve="php -S localhost:8080"

View File

@ -3,11 +3,11 @@ export ARCHFLAGS="-arch x86_64"
export SSH_KEY_PATH="~/.ssh/id_rsa"
export ABDUCO_CMD=dvtm
command_loc="$(command -v "subl" 2> /dev/null)"
command_loc="$(command -v "kak" 2> /dev/null)"
if [ ! -z "$command_loc" ]; then
export EDITOR="subl -w"
export EDITOR="kak"
else
export EDITOR="nano"
fi
export AUDIODRIVER=alsa
export AUDIODRIVER=alsa

View File

@ -1,14 +1,8 @@
export PATH=$HOME/.bin:$HOME/.symbin:$PATH
export ZSH="/home/$(whoami)/.oh-my-zsh"
export TERM=st
GEOMETRY_COLOR_EXIT_VALUE="red"
GEOMETRY_COLOR_DIR="cyan"
GEOMETRY_SYMBOL_PROMPT="◊"
GEOMETRY_SYMBOL_RPROMPT=">"
GEOMETRY_SYMBOL_EXIT_VALUE="◊"
GEOMETRY_SYMBOL_ROOT="◊"
ZSH_THEME="geometry/geometry"
ZSH_THEME="classyTouch/classyTouch"
plugins=(
git
@ -22,3 +16,7 @@ source $ZSH/oh-my-zsh.sh
source "/home/$(whoami)/.zaliases"
source "/home/$(whoami)/.zshenv"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion