dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit b7263c772cdff23a6cdd976c2dff9a1951a45d37
parent 1adf9cad2d1e0d7b2450611cbe9e2485cf983ff0
Author: Arne Swanson <nownpl@0111.click>
Date:   Mon, 27 Aug 2018 16:56:07 -0300

Changed some stuff regarding ZSH themes.

Diffstat:
mkfile | 2+-
scripts/alert | 2+-
zsh/.zaliases | 4++--
zsh/.zshenv | 7+++----
zsh/.zshrc | 14++++++--------
5 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/mkfile b/mkfile @@ -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" diff --git a/scripts/alert b/scripts/alert @@ -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" & diff --git a/zsh/.zaliases b/zsh/.zaliases @@ -1 +1,2 @@ -alias help=run-help- \ No newline at end of file +alias help=run-help +alias serve="php -S localhost:8080" diff --git a/zsh/.zshenv b/zsh/.zshenv @@ -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- \ No newline at end of file +export AUDIODRIVER=alsa diff --git a/zsh/.zshrc b/zsh/.zshrc @@ -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