Updated pacman packages
Set key files and dirs to my absolute home path (to keep same as yanking path in Ranger). Can change back if can modify ranger yank.
This commit is contained in:
@@ -38,11 +38,13 @@ function rf() { find . -name '$1' ; }
|
|||||||
# find text inside files
|
# find text inside files
|
||||||
function rg() { grep -nr $1 * ; }
|
function rg() { grep -nr $1 * ; }
|
||||||
function cpd() { cp -avr $1 $2 ; }
|
function cpd() { cp -avr $1 $2 ; }
|
||||||
|
alias pk="pkill -f"
|
||||||
|
|
||||||
# extract tar archive
|
# extract tar archive
|
||||||
function utar() { tar -xzvf $1 && rm $1; }
|
function utar() { tar -xzvf $1 && rm $1; }
|
||||||
function rzip() { unzip $1 && rm $1; }
|
function rzip() { unzip $1 && rm $1; }
|
||||||
function lzip() { unzip -l $1 | less; }
|
function lzip() { unzip -l $1 | less; }
|
||||||
|
|
||||||
alias mkpk="makepkg -sri"
|
alias mkpk="makepkg -sri"
|
||||||
alias mkex="chmod 777"
|
alias mkex="chmod 777"
|
||||||
alias udm="udisksctl mount -b"
|
alias udm="udisksctl mount -b"
|
||||||
@@ -116,6 +118,7 @@ alias vlh="alsamixer -c 2"
|
|||||||
# alias aptu="sudo apt upgrade"
|
# alias aptu="sudo apt upgrade"
|
||||||
alias pc="sudo pacman -S"
|
alias pc="sudo pacman -S"
|
||||||
alias pcr="sudo pacman -Rs"
|
alias pcr="sudo pacman -Rs"
|
||||||
|
alias spc="pacman -Qqe > ~/linux-config/txt/pacman-pkgs/pacman-pkgs.txt"
|
||||||
alias tri="trizen -S --noconfirm"
|
alias tri="trizen -S --noconfirm"
|
||||||
|
|
||||||
# }}} system #
|
# }}} system #
|
||||||
@@ -140,11 +143,12 @@ function vsnp() { ni ~/.vim/plugged/vim-snippets/UltiSnips/"$1".snippets ; }
|
|||||||
silent="> /dev/null 2>&1& "
|
silent="> /dev/null 2>&1& "
|
||||||
|
|
||||||
alias h="htop -s PERCENT_CPU"
|
alias h="htop -s PERCENT_CPU"
|
||||||
|
alias hm="htop -s PERCENT_MEM"
|
||||||
alias r="ranger"
|
alias r="ranger"
|
||||||
alias mr="man ranger"
|
alias mr="man ranger"
|
||||||
alias clc="cloc ."
|
alias clc="cloc ."
|
||||||
# zathura
|
|
||||||
function za() { nohup zathura $1 > /dev/null 2>&1& ; }
|
function za() { nohup zathura $1 > /dev/null 2>&1& ; }
|
||||||
|
function ev() { nohup evince $1 > /dev/null 2>&1& ; }
|
||||||
function chr() { google-chrome $1 ; }
|
function chr() { google-chrome $1 ; }
|
||||||
alias ni="nvim"
|
alias ni="nvim"
|
||||||
alias sni="sudo nvim"
|
alias sni="sudo nvim"
|
||||||
@@ -169,8 +173,6 @@ alias rmsw="rm .sw*"
|
|||||||
function rs(){ redshift -P -O $(echo "scale=2;$1*1000" | bc) ; }
|
function rs(){ redshift -P -O $(echo "scale=2;$1*1000" | bc) ; }
|
||||||
alias rx="redshift -x"
|
alias rx="redshift -x"
|
||||||
|
|
||||||
alias kd="pkill discord"
|
|
||||||
|
|
||||||
# python related {{{ #
|
# python related {{{ #
|
||||||
function grpy() { grep $1 *.py ; }
|
function grpy() { grep $1 *.py ; }
|
||||||
alias p3="python3"
|
alias p3="python3"
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ set shorten_title 3
|
|||||||
set hostname_in_titlebar true
|
set hostname_in_titlebar true
|
||||||
|
|
||||||
# Abbreviate $HOME with ~ in the titlebar (first line) of ranger?
|
# Abbreviate $HOME with ~ in the titlebar (first line) of ranger?
|
||||||
set tilde_in_titlebar false
|
set tilde_in_titlebar true
|
||||||
|
|
||||||
# How many directory-changes or console-commands should be kept in history?
|
# How many directory-changes or console-commands should be kept in history?
|
||||||
set max_history_size 20
|
set max_history_size 20
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# sys {{{ *
|
# sys {{{ *
|
||||||
|
|
||||||
bg ~/Pictures/Backgrounds
|
bg /home/kevin/Pictures/Backgrounds
|
||||||
d ~/Downloads
|
d /home/kevin/Downloads
|
||||||
D ~/Documents
|
D /home/kevin/Documents
|
||||||
ho ~/
|
ho /home/kevin/
|
||||||
lc ~/linux-config/
|
lc /home/kevin/linux-config/
|
||||||
m /run/media
|
m /run/media
|
||||||
o /
|
o /
|
||||||
|
|
||||||
@@ -12,23 +12,23 @@ o /
|
|||||||
|
|
||||||
# cdn {{{ *
|
# cdn {{{ *
|
||||||
|
|
||||||
cd ~/coding
|
cd /home/kevin/coding
|
||||||
jnd ~/Documents/journal
|
jnd /home/kevin/Documents/journal
|
||||||
ib ~/linux-config/configs/i3blocks-scripts
|
ib /home/kevin/linux-config/configs/i3blocks-scripts
|
||||||
ra ~/linux-config/configs/ranger
|
ra /home/kevin/linux-config/configs/ranger
|
||||||
snp ~/.vim/plugged/vim-snippets/UltiSnips
|
snp /home/kevin/.vim/plugged/vim-snippets/UltiSnips
|
||||||
sv ~/coding/spotify-lib-vis/src
|
sv /home/kevin/coding/spotify-lib-vis/src
|
||||||
swa ~/.local/share/nvim/swap
|
swa /home/kevin/.local/share/nvim/swap
|
||||||
wo ~/Documents/workout-logs/11
|
wo /home/kevin/Documents/workout-logs/11
|
||||||
|
|
||||||
# }}} cdn *
|
# }}} cdn *
|
||||||
|
|
||||||
# sch {{{ *
|
# sch {{{ *
|
||||||
|
|
||||||
sc ~/school
|
sc /home/kevin/school
|
||||||
st ~/school/sta
|
st /home/kevin/school/sta
|
||||||
2 ~/school/236
|
2 /home/kevin/school/236
|
||||||
a3 ~/school/latex-notes/236/a3
|
a3 /home/kevin/school/latex-notes/236/a3
|
||||||
3 ~/school/343
|
3 /home/kevin/school/343
|
||||||
|
|
||||||
# }}} sch *
|
# }}} sch *
|
||||||
|
|||||||
@@ -1,28 +1,29 @@
|
|||||||
# sys {{{ *
|
# sys {{{ *
|
||||||
|
|
||||||
3 ~/.config/i3/config
|
3 /home/kevin/.config/i3/config
|
||||||
d ~/linux-config/txt/key_dirs.txt
|
d /home/kevin/linux-config/txt/key_dirs.txt
|
||||||
f ~/linux-config/txt/key_files.txt
|
f /home/kevin/linux-config/txt/key_files.txt
|
||||||
i ~/.config/i3blocks/i3blocks.conf
|
i /home/kevin/.config/i3blocks/i3blocks.conf
|
||||||
p ~/linux-config/txt/pacman-pkgs/pacman-pkgs.txt
|
p /home/kevin/linux-config/txt/pacman-pkgs/pacman-pkgs.txt
|
||||||
r ~/.config/ranger/rc.conf
|
r /home/kevin/.config/ranger/rc.conf
|
||||||
sr ~/linux-config/configs/ranger/shortcuts.conf
|
sr /home/kevin/linux-config/configs/ranger/shortcuts.conf
|
||||||
ss ~/.shortcuts
|
ss /home/kevin/.shortcuts
|
||||||
u ~/.Xresources
|
u /home/kevin/.Xresources
|
||||||
v ~/.vimrc
|
v /home/kevin/.vimrc
|
||||||
y ~/.zshrc
|
y /home/kevin/.zshrc
|
||||||
z ~/linux-config/aliases/zsh_aliases
|
z /home/kevin/linux-config/aliases/zsh_aliases
|
||||||
|
|
||||||
# }}} sys *
|
# }}} sys *
|
||||||
|
|
||||||
# cdn {{{ *
|
# cdn {{{ *
|
||||||
|
|
||||||
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
hlg /home/kevin/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
||||||
jn ~/Documents/journal/todo/11.md
|
jn /home/kevin/Documents/journal/todo/11.md
|
||||||
jnt ~/Documents/journal/todo/todo.md
|
jnt /home/kevin/Documents/journal/todo/todo.md
|
||||||
no ./.gitignore
|
no ./.gitignore
|
||||||
ne ~/linux-config/configs/neofetch/config.conf
|
ne /home/kevin/linux-config/configs/neofetch/config.conf
|
||||||
tm ~/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets
|
tm /home/kevin/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets
|
||||||
|
tr /home/kevin/linux-config/txt/pacman-pkgs/aur-pkgs.txt
|
||||||
|
|
||||||
# }}} cdn *
|
# }}} cdn *
|
||||||
|
|
||||||
|
|||||||
@@ -1,50 +1,170 @@
|
|||||||
alsa-utils
|
alsa-utils
|
||||||
|
autoconf
|
||||||
|
automake
|
||||||
|
bash
|
||||||
bc
|
bc
|
||||||
|
bison
|
||||||
|
broadcom-wl
|
||||||
|
bzip2
|
||||||
chromium
|
chromium
|
||||||
|
chromium-widevine
|
||||||
cloc
|
cloc
|
||||||
|
cmake
|
||||||
|
cmatrix
|
||||||
|
colordiff
|
||||||
compton
|
compton
|
||||||
|
coreutils
|
||||||
|
cryptsetup
|
||||||
|
device-mapper
|
||||||
dhcpcd
|
dhcpcd
|
||||||
dialog
|
dialog
|
||||||
|
diffutils
|
||||||
|
discord
|
||||||
dmenu
|
dmenu
|
||||||
|
e2fsprogs
|
||||||
|
evince
|
||||||
fakeroot
|
fakeroot
|
||||||
feh
|
feh
|
||||||
|
file
|
||||||
|
filesystem
|
||||||
findutils
|
findutils
|
||||||
|
flex
|
||||||
fzf
|
fzf
|
||||||
|
gawk
|
||||||
|
gcc
|
||||||
|
gcc-libs
|
||||||
|
gdb
|
||||||
|
gettext
|
||||||
git
|
git
|
||||||
|
glibc
|
||||||
grep
|
grep
|
||||||
grub
|
grub
|
||||||
htop
|
gscreenshot
|
||||||
|
gzip
|
||||||
|
htop-vim-git
|
||||||
i3-gaps
|
i3-gaps
|
||||||
i3blocks
|
i3blocks
|
||||||
i3status
|
i3status
|
||||||
imwheel
|
imwheel
|
||||||
|
inetutils
|
||||||
|
iniparser
|
||||||
|
iproute2
|
||||||
|
iputils
|
||||||
|
jfsutils
|
||||||
less
|
less
|
||||||
|
lib32-nvidia-utils
|
||||||
|
licenses
|
||||||
linux
|
linux
|
||||||
linux-firmware
|
linux-firmware
|
||||||
linux-headers
|
linux-headers
|
||||||
|
logrotate
|
||||||
lolcat
|
lolcat
|
||||||
|
lsof
|
||||||
|
lvm2
|
||||||
make
|
make
|
||||||
|
man-db
|
||||||
|
man-pages
|
||||||
|
mdadm
|
||||||
|
nano
|
||||||
neofetch
|
neofetch
|
||||||
noto-fonts
|
|
||||||
neovim
|
neovim
|
||||||
ntfs-3g
|
|
||||||
netctl
|
netctl
|
||||||
|
noto-fonts
|
||||||
|
ntfs-3g
|
||||||
|
nvidia
|
||||||
pacman
|
pacman
|
||||||
|
patch
|
||||||
|
pciutils
|
||||||
perl
|
perl
|
||||||
|
pipes.sh
|
||||||
|
pkgconf
|
||||||
|
procps-ng
|
||||||
|
psmisc
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
python-dbus
|
||||||
python-pip
|
python-pip
|
||||||
python-pywal
|
python-pywal
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-dbus
|
|
||||||
ranger
|
ranger
|
||||||
redshift
|
redshift
|
||||||
|
reiserfsprogs
|
||||||
|
rxvt-unicode-pixbuf
|
||||||
|
s-nail
|
||||||
sed
|
sed
|
||||||
|
shadow
|
||||||
|
spotify
|
||||||
|
st
|
||||||
sudo
|
sudo
|
||||||
|
sysfsutils
|
||||||
|
sysstat
|
||||||
|
systemd-numlockontty
|
||||||
|
systemd-sysvcompat
|
||||||
tar
|
tar
|
||||||
|
texinfo
|
||||||
|
trizen
|
||||||
|
ttf-dejavu
|
||||||
udisks2
|
udisks2
|
||||||
unzip
|
unzip
|
||||||
|
usbutils
|
||||||
|
util-linux
|
||||||
vi
|
vi
|
||||||
|
w3m
|
||||||
|
which
|
||||||
wireless_tools
|
wireless_tools
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
xclip
|
xclip
|
||||||
|
xf86-input-evdev
|
||||||
|
xf86-input-keyboard
|
||||||
|
xf86-input-mouse
|
||||||
|
xf86-input-synaptics
|
||||||
|
xf86-input-vmmouse
|
||||||
|
xf86-input-void
|
||||||
|
xf86-video-amdgpu
|
||||||
|
xf86-video-ati
|
||||||
|
xf86-video-dummy
|
||||||
|
xf86-video-fbdev
|
||||||
|
xf86-video-intel
|
||||||
|
xf86-video-nouveau
|
||||||
|
xf86-video-openchrome
|
||||||
|
xf86-video-qxl
|
||||||
|
xf86-video-vesa
|
||||||
|
xf86-video-vmware
|
||||||
|
xf86-video-voodoo
|
||||||
|
xfsprogs
|
||||||
|
xorg-bdftopcf
|
||||||
|
xorg-iceauth
|
||||||
|
xorg-luit
|
||||||
|
xorg-mkfontdir
|
||||||
|
xorg-mkfontscale
|
||||||
|
xorg-server
|
||||||
|
xorg-sessreg
|
||||||
|
xorg-smproxy
|
||||||
|
xorg-x11perf
|
||||||
|
xorg-xbacklight
|
||||||
|
xorg-xcmsdb
|
||||||
|
xorg-xcursorgen
|
||||||
|
xorg-xdpyinfo
|
||||||
|
xorg-xdriinfo
|
||||||
|
xorg-xev
|
||||||
|
xorg-xgamma
|
||||||
|
xorg-xhost
|
||||||
|
xorg-xinit
|
||||||
|
xorg-xinput
|
||||||
|
xorg-xkbevd
|
||||||
|
xorg-xkbutils
|
||||||
|
xorg-xkill
|
||||||
|
xorg-xlsatoms
|
||||||
|
xorg-xlsclients
|
||||||
|
xorg-xpr
|
||||||
|
xorg-xprop
|
||||||
|
xorg-xrandr
|
||||||
|
xorg-xrefresh
|
||||||
|
xorg-xset
|
||||||
|
xorg-xsetroot
|
||||||
|
xorg-xvinfo
|
||||||
|
xorg-xwd
|
||||||
|
xorg-xwininfo
|
||||||
|
xorg-xwud
|
||||||
|
zathura
|
||||||
|
zathura-pdf-poppler
|
||||||
zsh
|
zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user