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 # Improved coreutils
alias \ alias \
ls="ls-icons -hN --group-directories-first --color=auto" \ ls="ls -hN --group-directories-first --color=auto" \
ll="ls-icons -lahN --group-directories-first --color=auto" \ ll="ls -lahN --group-directories-first --color=auto" \
cat="bat" \ cat="bat" \
top="gotop"\ top="gotop"\
cp="advcp -pi" \ cp="advcp -pi" \
mv="advmv -gi" mv="advmv -gi"
# ls="ls-icons -hN --group-directories-first --color=auto" \
# ll="ls-icons -lahN --group-directories-first --color=auto" \
# Other software # Other software
alias \ alias \
nnn='n' \ nnn='n' \

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

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

Loading…
Cancel
Save