aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/zsh')
-rw-r--r--dotfiles/zsh/09-prompt.zsh34
-rwxr-xr-xdotfiles/zsh/banner.zsh_162
-rwxr-xr-xdotfiles/zsh/nodejs.zsh24
3 files changed, 17 insertions, 203 deletions
diff --git a/dotfiles/zsh/09-prompt.zsh b/dotfiles/zsh/09-prompt.zsh
index 9c5fce6..ca892c3 100644
--- a/dotfiles/zsh/09-prompt.zsh
+++ b/dotfiles/zsh/09-prompt.zsh
@@ -27,20 +27,20 @@ ICO_BEHIND="↓"
#ICO_BEHIND="🠛"
#ICO_BEHIND="▼"
ICO_DIVERGED="⥮"
-COLOR_ROOT="%{$fg_bold[red]%}"
-COLOR_USER="%F{white}"
-COLOR_NORMAL="%F{white}"
+COLOR_ROOT="%F{red}"
+COLOR_USER="%F{527}"
+COLOR_NORMAL="%F{527}"
PROMPT_STYLE="classic"
# Modify the colors and symbols in these variables as desired.
-GIT_PROMPT_SYMBOL="%{$fg[blue]%}±" # plus/minus - clean repo
-GIT_PROMPT_PREFIX="%{$fg[green]%} %{$reset_color%}"
-GIT_PROMPT_SUFFIX="%{$fg[green]%}%{$reset_color%}"
-GIT_PROMPT_AHEAD="%{$fg[red]%}ANUM%{$reset_color%}" # A"NUM" - ahead by "NUM" commits
-GIT_PROMPT_BEHIND="%{$fg[white]%}BNUM%{$reset_color%}" # B"NUM" - behind by "NUM" commits
-GIT_PROMPT_MERGING="%{$fg_bold[magenta]%}⚡%{$reset_color%}" # lightning bolt - merge conflict
-GIT_PROMPT_UNTRACKED="%{$fg_bold[red]%}●%{$reset_color%}" # red circle - untracked files
-GIT_PROMPT_MODIFIED="%{$fg_bold[yellow]%}●%{$reset_color%}" # yellow circle - tracked files modified
-GIT_PROMPT_STAGED="%{$fg_bold[green]%}●%{$reset_color%}" # green circle - staged changes present = ready for "git push"
+GIT_PROMPT_SYMBOL="%F{blue}±" # plus/minus - clean repo
+GIT_PROMPT_PREFIX="%F{green} %F{527}"
+GIT_PROMPT_SUFFIX="%F{green}%F{527}"
+GIT_PROMPT_AHEAD="%F{red}ANUM%F{527}" # A"NUM" - ahead by "NUM" commits
+GIT_PROMPT_BEHIND="%F{white}BNUM%F{527}" # B"NUM" - behind by "NUM" commits
+GIT_PROMPT_MERGING="%F{magenta}⚡%F{527}" # lightning bolt - merge conflict
+GIT_PROMPT_UNTRACKED="%F{red}●%F{527}" # red circle - untracked files
+GIT_PROMPT_MODIFIED="%F{yellow}●%F{527}" # yellow circle - tracked files modified
+GIT_PROMPT_STAGED="%F{green}●%F{527}" # green circle - staged changes present = ready for "git push"
parse_git_branch() {
# Show Git branch/tag, or name-rev if on detached head
@@ -94,25 +94,25 @@ git_prompt_string() {
local git_where="$(parse_git_branch)"
# If inside a Git repository, print its branch and state
- [ -n "$git_where" ] && echo "[$GIT_PROMPT_SYMBOL$(parse_git_state)$GIT_PROMPT_PREFIX%{$fg[yellow]%}${git_where#(refs/heads/|tags/)}$GIT_PROMPT_SUFFIX%F{white}]─"
+ [ -n "$git_where" ] && echo "[$GIT_PROMPT_SYMBOL$(parse_git_state)$GIT_PROMPT_PREFIX%F{yellow}${git_where#(refs/heads/|tags/)}$GIT_PROMPT_SUFFIX%F{527}]─"
# If not inside the Git repo, print exit codes of last command (only if it failed)
- #[ ! -n "$git_where" ] && echo "%{$fg[red]%}%(?..%?)"
+ #[ ! -n "$git_where" ] && echo "%F{red}%(?..%?)"
}
function error() {
- echo "%(?..[$fg[red]%?%F{white}]─)"
+ echo "%(?..[%F{red}%?%F{527}]─)"
}
function host() {
if [[ -n $SSH_CONNECTION ]]; then
- echo "%{$fg_bold[red]%}!$reset_color%F{white}$HOST"
+ echo "%F{red}!%F{527}$HOST"
else
echo "$HOST"
fi
}
-PROMPT='%F{white}┌─[${USER_LEVEL}$USER$reset_color%F{white}@$(host)]─$(git_prompt_string)$(error)[%~]
+PROMPT='${COLOR_NORMAL}┌─[${USER_LEVEL}${USER}@$(host)]─$(git_prompt_string)$(error)[%~]
└─ - %f'
setfont lat0-08
diff --git a/dotfiles/zsh/banner.zsh_ b/dotfiles/zsh/banner.zsh_
deleted file mode 100755
index 9c2903b..0000000
--- a/dotfiles/zsh/banner.zsh_
+++ /dev/null
@@ -1,162 +0,0 @@
-# ██
-# ░██
-# ██████ ██████░██
-# ░░░░██ ██░░░░ ░██████
-# ██ ░░█████ ░██░░░██
-# ██ ░░░░░██░██ ░██
-# ██████ ██████ ░██ ░██
-# ░░░░░░ ░░░░░░ ░░ ░░
-#
-# ▓▓▓▓▓▓▓▓▓▓
-# ░▓ author ▓ xero <x@xero.nu>
-# ░▓ code ▓ http://code.xero.nu/dotfiles
-# ░▓ mirror ▓ http://git.io/.files
-# ░▓▓▓▓▓▓▓▓▓▓
-# ░░░░░░░░░░
-#
-#█▓▒░ pick a random number
-_RAND=`shuf -i1-10 -n1`
-
-#█▓▒░ display a random ascii banner
-case $_RAND in
-1)
-cat << X0
- :
- |\\____.____ .______._______.
- ._____| / _/__ _|_ / \\ |__
- \\__ | _/_ _) Y _ _/__| __ /
- / _ / \\ | | /| / |
- / |___(__ |__| |_ |
- \\_____l __ \\_____/__ l______/\\______/
- \\_____/ \\______/ \\______/\\______/
- x0^b7^imp!
-
-X0
-;;
-2)
-cat << X0
- :
- |\\_____.____ /\\_____.________.
- ._____| / _/___ _/_ / \\ _ |__
- \\__ | _/_ _) Y _ _/__| / /
- / _ / \\ | | /| |
- / :.. |____(__ ..:: |__| ..:: |_ ..:: |
- \\_____l \\______/ l_______/\\_______/
- x0^b7^imp!
-
-X0
-;;
-3)
-cat << X0
- .
- ____/|______.____ /\\_____.________.
- \\ | / _/___ _/_ / \\ _ |__
- \\_ | __/ _) Y _ _/__| / /
- / _ \\ \\ | | /| |
- _/ .: | .: \\__ ..:: |__| ..:: |_ ..:: |
- \\_____l____ /\\______/ l_______/\\_______/
- \\/ x0^b7^imp!
-
-X0
-;;
-4)
-cat << X0
- ____ _ . . _ ___
- \\ \\
- ___/\\ _____ /\\______ ____/\\ ___/\\
- \\ _ \\/ .://.:\\____//_\\_. \\ /./__ \\
- \\\\ / // ___// .\\/ _// \\ / \\
- /.: \\ \\_. // _. \\/ .:\\/ /
- __/____/\\ __\\/__ //______| /\\_______/__
- \\ \\/ \\/ |/x0^b7^imp! /
- _\\ | /_
- \\ /
-
-X0
-;;
-5)
-cat << X0
-
- ___/\\ _____ /\\______ ____/\\ ___/\\
- \\ _ \\/ .://.:\\____//_\\_. \\ /./__ \\
- \\\\ / // ___// .\\/ _// \\ / \\
- /.: \\ \\_. // _. \\/ .:\\/ /
- /____/\\ __\\/__ //______| /\\_______/
- \\/ \\/ |/x0^b7^imp!
-
-X0
-;;
-6)
-cat << X0
-
- _________/\\________________________________/\\_______
- \\ / /\\_______ /______ /\\/ \\__ \\
- \\_ / _/ / _/ /\\_ _/ _/ / / / /
- _/ _ \\_/ ______/_/ _ \\_/ / / /
- \\ \\ / \\_ / \\ / \\/ /
- \\______\\ /\\___________/______\\ /\\_________/
- \\ / \\ / x0^b7^imp!
- \\/ \\/
-
-X0
-;;
-7)
-cat << X0
-
- ________ /\\________________________________/\\_______
- \\ / _________ _______ __/ \\__ \\
- \\_ / _/ / _/ /\\_ _/ _/ / / / /
- _/ _ \\_/ ______/_/ _ \\_/ / / /
- \\ \\ / \\_ / \\ / \\/ /
- \\______\\ /\\___________/______\\ /\\_________/
- \\ / \\ / x0^b7^imp!
- \\/ \\/
-
-X0
-;;
-8)
-cat << X0
-
- :_____ _________ __________ _______.
- ______| \\__/ ___ \\ _/ ___ \\ / |__
- / | __/\\_ |/ \\\\_ |/ \\/ : \\_
- / : \\ | /_____/| / _/ __. __/\\
- \\___ \\/ \\/ \\ _ |/ \\ <
- / . \\_ \\_ \\ \\ / / /
- / | _ _ \\ / / /
- \\ ______|______/\\_____________/\\_____ \\ __/\\________ / /
- \\/ ____|_____/ \\____________/\\_______ \\/ /\\_______\\/ /
- \\/ : x0^b7^imp! \\/ \\/
-
-X0
-;;
-9)
-cat << X0
-
- :_____ _________ __________ _______.
- ______| \\__/ ___ \\ _/ ___ \\ / |__
- / | __/\\_ |/ \\\\_ |/ \\/ : \\_
- / : \\ | /_____/| / _/ __. __/\\
- \\___ \\/ \\/ \\ _ |/ \\_/
- / . /_ \\_ \\ \\ / /\\
- / | _ _ \\ / / /
- \\ ______|______///\\_________///\\_____ \\ __///\\______ / /
- \\/ ____|_____/ \\_______/ \\_____ \\/ / \\____\\/ /
- \\/ : x0^b7^imp! \\/ \\/
-
-X0
-;;
-10)
-cat << X0
- _____ _____
- \\ \\ / /_________ ___________ _____________
- \\ \\ / /\\\\ / _\\ __ /_\\\\ __ /
- _ __\\ \\/ /_ __/ / _/ _/ / __ / __ _
- // /\\ \\\\ __\\__/ \\ \\/ / / /
- / / \\ \\ //____/ \\ \\ / /
- / / \\_____\\_______/ \\ \\__________//
- \\_____\\\\ //_____/ x0^b7^imp!
-
-X0
-;;
-esac
diff --git a/dotfiles/zsh/nodejs.zsh b/dotfiles/zsh/nodejs.zsh
deleted file mode 100755
index 4f95e1e..0000000
--- a/dotfiles/zsh/nodejs.zsh
+++ /dev/null
@@ -1,24 +0,0 @@
-# ██
-# ░██
-# ██████ ██████░██
-# ░░░░██ ██░░░░ ░██████
-# ██ ░░█████ ░██░░░██
-# ██ ░░░░░██░██ ░██
-# ██████ ██████ ░██ ░██
-# ░░░░░░ ░░░░░░ ░░ ░░
-#
-# ▓▓▓▓▓▓▓▓▓▓
-# ░▓ author ▓ xero <x@xero.nu>
-# ░▓ code ▓ http://code.xero.nu/dotfiles
-# ░▓ mirror ▓ http://git.io/.files
-# ░▓▓▓▓▓▓▓▓▓▓
-# ░░░░░░░░░░
-#
-#█▓▒░ node version manager
-#source ~/.nvm/nvm.sh
-
-#█▓▒░ aliases
-alias node="sudo node"
-alias npm="sudo npm"
-alias npminstall="sudo rm -rf node_modules && sudo npm cache clear && sudo npm cache clean && npm install"
-# alias npminstall="sudo rm -rf node_modules && sudo npm cache clear && sudo npm cache clean && sudo PYTHON=/usr/bin/python2 npm install"