summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c3608be)
a side-effect of a the FPATH cleanup and fixes is that the export was
removed for it. PATH is automatically flagged for export by default, but
FPATH is not, so it must be exported to survive subshells.
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
#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_yellow #b58900
#define S_orange #cb4b16
#define S_red #dc322f
#define S_cyan #2aa198
!#define S_green #859900
#define S_green #85c000
#define S_cyan #2aa198
!#define S_green #859900
#define S_green #85c000
+*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
*color0: S_base02
*color8: S_base03
*color1: S_red
*color9: S_orange
*color1: S_red
*color9: S_orange
*color2: S_green
*color10: S_base01
*color2: S_green
*color10: S_base01
*color3: S_yellow
*color11: S_base00
*color3: S_yellow
*color11: S_base00
*color4: S_blue
*color12: S_base0
*color4: S_blue
*color12: S_base0
*color5: S_magenta
*color13: S_violet
*color5: S_magenta
*color13: S_violet
*color6: S_cyan
*color14: S_base1
*color6: S_cyan
*color14: S_base1
*color7: S_base2
*color15: S_base3
*color7: S_base2
*color15: S_base3
-! underline
-*underlineColor: S_yellow
-
! URxvt
URxvt.termName: rxvt-unicode-256color
! URxvt
URxvt.termName: rxvt-unicode-256color
/usr/local/{s,}bin /usr/games)
PATH=$PATH:$_sev_sys_PATH
fpath=(${ZDOTDIR:-$HOME/.zsh}/functions/{*,Completions/*}(N))
/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[@]}")
# take another backup, explained in .zprofile
typeset -U _backup_path
_backup_path=("${path[@]}")
# create preferred folder structure
cd ~
# 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
mkdir -pm 700 var/tmp var/tmp/vim >$devnull 2>&1
cd - >$devnull
gpg --import "$x"
done
fi
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
--- /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 = []