my changes made

This commit is contained in:
Void Soul 2020-07-01 20:23:54 +05:30
parent be9490155f
commit 568e22767e
5 changed files with 16 additions and 5 deletions

View File

@ -11,11 +11,13 @@ alias \
mkd="mkdir -pv" \
yt="youtube-dl --add-metadata -i" \
yta="yt -x -f bestaudio/best" \
ffmpeg="ffmpeg -hide_banner"
ffmpeg="ffmpeg -hide_banner" \
stvg="gtk-straw-viewer" \
stv="straw-viewer"
# Colorize commands when possible.
alias \
ls="ls -hN --color=auto --group-directories-first" \
lsa="exa -hN --color=auto --group-directories-first" \
grep="grep --color=auto" \
diff="diff --color=auto" \
ccat="highlight --out-format=ansi"
@ -30,7 +32,10 @@ alias \
f="$FILE" \
e="$EDITOR" \
v="$EDITOR" \
p="sudo pacman" \
p="sudo pacman -S" \
r="sudo pacman -R" \
u="sudo pacman -U" \
syu="sudo pacman -Syu" \
xi="sudo xbps-install" \
xr="sudo xbps-remove -R" \
xq="xbps-query" \

View File

@ -19,3 +19,6 @@
# check the i3blocks line above.
ssh-agent dwm
# ssh-agent i3
# ssh-agent xmonad
# exec startlxqt
# exec startxfce4

View File

@ -26,6 +26,7 @@ _comp_options+=(globdots) # Include hidden files.
# vi mode
bindkey -v
export KEYTIMEOUT=1
export LC_CTYPE="en_GB.utf8"
# Use vim keys in tab complete menu:
bindkey -M menuselect 'h' vi-backward-char

View File

@ -9,9 +9,10 @@ dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XA
mpd & # music player daemon-you might prefer it as a service though
remaps & # run the remaps script, switching caps/esc and more; check it for more info
setbg & # set the background with the `setbg` script
fireplaces floo # Mounting Drives
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources & # Uncomment to use Xresources colors/settings on startup
xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications
xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
setbg ~/tent/hogwarts/Wallpapers/Harry\ Potter # Changes the background with the `setbg` script from given location randomly

View File

@ -11,8 +11,9 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')"
# Default programs:
export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="brave"
export BROWSER="vimb"
export READER="zathura"
export FM="vifmrun"
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"