1
0
This commit is contained in:
tom 2020-04-10 00:31:25 +01:00
parent a425247b6c
commit 13a87ace1b
5 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# You can put files here to add functionality separated per file, which
# will be ignored by git.
# Files on the custom/ directory will be automatically loaded by the init
# script, in alphabetical order.
# For example: add yourself some shortcuts to projects you often work on.
#
# brainstormr=~/Projects/development/planetargon/brainstormr
# cd $brainstormr
#

View File

@ -0,0 +1,2 @@
# Add your own custom plugins in the custom/plugins directory. Plugins placed
# here will override ones with the same name in the main plugins directory.

View File

@ -0,0 +1,4 @@
# Put your custom themes in this folder.
# Example:
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "

View File

@ -0,0 +1 @@
/home/tom/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh-theme

20
.zshrc
View File

@ -97,3 +97,23 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
if [ "$TERM" = "linux" ]; then
echo -en '\e]P0262c35' #dblack
echo -en '\e]P18b5335' #dred
echo -en '\e]P2575e36' #dgreen
echo -en '\e]P387663e' #dyellow
echo -en '\e]P42e485c' #dblue
echo -en '\e]P5865a63' #dmagenta
echo -en '\e]P6277468' #dcyan
echo -en '\e]P7726d56' #dwhite
echo -en '\e]P8444f60' #black
echo -en '\e]P9da8252' #red
echo -en '\e]PA9fab63' #green
echo -en '\e]PBd3a061' #yellow
echo -en '\e]PC48718f' #blue
echo -en '\e]PDb87b87' #magenta
echo -en '\e]PE3cb5a3' #cyan
echo -en '\e]PFb2aa87' #white
clear
fi