update Iosevka theme and env templates

master
Ian Mancini 4 years ago
parent 2c87f475c9
commit 1803f4403c

@ -22,13 +22,17 @@ alias startx="startx ~/.xinitrc"
# Improved coreutils
alias \
ls="ls-icons -hN --group-directories-first --color=auto" \
ll="ls-icons -lahN --group-directories-first --color=auto" \
ls="ls -hN --group-directories-first --color=auto" \
ll="ls -lahN --group-directories-first --color=auto" \
cat="bat" \
top="gotop"\
cp="advcp -pi" \
mv="advmv -gi"
# ls="ls-icons -hN --group-directories-first --color=auto" \
# ll="ls-icons -lahN --group-directories-first --color=auto" \
# Other software
alias \
nnn='n' \

@ -2,7 +2,7 @@
# env
EDITOR="nvim"
TERMINAL="kitty"
TERMINAL="alacritty"
BROWSER="chromium"
# bin

@ -10,9 +10,9 @@ FONTITALIC="$FONT $FONTSTYLE $FONTITALICSTYLE"
FONTBOLD="$FONT $FONTSTYLE $FONTBOLDSTYLE"
FONTBOLDITALIC="$FONT $FONTSTYLE $FONTBOLDSTYLE $FONTITALICSTYLE"
ICONFONT="Noto Color Emoji"
FONTSIZE="11"
FONTSIZE="14"
TERMINAL="kitty"
TERMINAL="alacritty"
declare -A POLYBAR
POLYBAR=(\

Loading…
Cancel
Save