#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
-*background: S_base03
-*foreground: S_base0
-*fadeColor: S_base03
-*cursorColor: S_base1
-*pointerColorBackground: S_base01
-*pointerColorForeground: S_base1
-
#define S_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_cyan #2aa198
!#define S_green #859900
#define S_green #85c000
-! black dark/light
+*background: S_base03
+*foreground: S_base0
+*fadeColor: S_base03
+*cursorColor: S_base1
+*pointerColorBackground: S_base01
+*pointerColorForeground: S_base1
+*underlineColor: S_yellow
+! black
*color0: S_base02
*color8: S_base03
-! red dark/light
+! red
*color1: S_red
*color9: S_orange
-! green dark/light
+! green
*color2: S_green
*color10: S_base01
-! yellow dark/light
+! yellow
*color3: S_yellow
*color11: S_base00
-! blue dark/light
+! blue
*color4: S_blue
*color12: S_base0
-! magenta dark/light
+! magenta
*color5: S_magenta
*color13: S_violet
-! cyan dark/light
+! cyan
*color6: S_cyan
*color14: S_base1
-! white dark/light
+! white
*color7: S_base2
*color15: S_base3
-! underline
-*underlineColor: S_yellow
-
! URxvt
URxvt.termName: rxvt-unicode-256color
/usr/local/{s,}bin /usr/games)
PATH=$PATH:$_sev_sys_PATH
fpath=(${ZDOTDIR:-$HOME/.zsh}/functions/{*,Completions/*}(N))
- FPATH=$FPATH:$_sev_sys_FPATH
+ #fpath is not exported by default
+ export FPATH=$FPATH:$_sev_sys_FPATH
# take another backup, explained in .zprofile
typeset -U _backup_path
_backup_path=("${path[@]}")
# create preferred folder structure
cd ~
-mkdir -p bin etc share share/fonts .urxvt/ext .icons .themes .gnupg .ssh >$devnull 2>&1
+mkdir -p bin etc share share/fonts .urxvt/ext \
+ .icons .themes .gnupg .ssh .termux >$devnull 2>&1
mkdir -pm 700 var/tmp var/tmp/vim >$devnull 2>&1
cd - >$devnull
gpg --import "$x"
done
fi
-find ssh -mindepth 1 -maxdepth 1 | while read -r x; do
- l "$HOME/.ssh/`basename "$x"`"
+for y in ssh termux; do
+ find $y -mindepth 1 -maxdepth 1 | while read -r x; do
+ l "$HOME/.$y/`basename "$x"`"
+ done
done
--- /dev/null
+# http://ethanschoonover.com/solarized
+#background = #002b36
+background = #000a0d
+foreground = #839496
+cursor = #93a1a1
+# black
+color0 = #073642
+color8 = #002b36
+# red
+color1 = #dc322f
+color9 = #cb4b16
+# green
+color2 = #85c000
+color10 = #586e75
+# yellow
+color3 = #b58900
+color11 = #657b83
+# blue
+color4 = #268bd2
+color12 = #839496
+# magenta
+color5 = #d33682
+color13 = #6c71c4
+# cyan
+color6 = #2aa198
+color14 = #93a1a1
+# white
+color7 = #eee8d5
+color15 = #fdf6e3
--- /dev/null
+fullscreen = true
+use-fullscreen-workaround = true
+extra-keys = []