Browse Source

Added non-core LaTeX packages to install

red-hat-laptop
Kevin Mok 5 years ago
parent
commit
0cad253f9d
  1. 5
      aliases/zsh_aliases
  2. 2
      configs/i3/config
  3. 6
      configs/ranger/rifle.conf
  4. 2
      txt/key_dirs.txt
  5. 4
      txt/key_files.txt
  6. 11
      txt/manual-latex-pkgs.txt
  7. 1
      txt/pacman-pkgs/pacman-pkgs.txt

5
aliases/zsh_aliases

@ -33,6 +33,9 @@ alias grbm="sudo grub-mkconfig -o /boot/grub/grub.cfg"
function cld() { colordiff -y --suppress-common-lines $1 $2 ; }
alias grep='grep --color=auto'
function gpdf() {
pdfgrep -n -e $1 $2
}
# for finding files by name
function rf() { find . -name '$1' ; }
# find text inside files
@ -343,6 +346,8 @@ alias hs="$spv_dir/src/update-history.sh && hlg"
# school {{{ #
alias pdl="pdflatex"
# 343
alias ij="sudo ~/Downloads/idea/bin/idea.sh $silent"
alias a2="f ~/Documents/school/343/a2"

2
configs/i3/config

@ -316,7 +316,7 @@ bindsym $mod+control+l resize shrink width 3 px or 3 ppt
# remove window titlebars
for_window [class="^.*"] border pixel 3
set $inner_gaps 35
set $outer_gaps -3
set $outer_gaps 0
gaps inner $inner_gaps
gaps outer $outer_gaps

6
configs/ranger/rifle.conf

@ -140,14 +140,14 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@"
#-------------------------------------------
# Documents
#-------------------------------------------
ext pdf = ask
ext pdf, has llpp, X, flag f = llpp "$@"
# ext pdf = ask
ext pdf, has zathura, X, flag f = zathura -- "$@"
ext pdf, has evince, X, flag f = evince -- "$@"
ext pdf, has llpp, X, flag f = llpp "$@"
ext pdf, has mupdf, X, flag f = mupdf "$@"
ext pdf, has mupdf-x11,X, flag f = mupdf-x11 "$@"
ext pdf, has apvlv, X, flag f = apvlv -- "$@"
ext pdf, has xpdf, X, flag f = xpdf -- "$@"
ext pdf, has evince, X, flag f = evince -- "$@"
ext pdf, has atril, X, flag f = atril -- "$@"
ext pdf, has okular, X, flag f = okular -- "$@"
ext pdf, has epdfview, X, flag f = epdfview -- "$@"

2
txt/key_dirs.txt

@ -15,7 +15,7 @@ o /
# cdn {{{ *
cd /home/kevin/coding
jnd /home/kevin/Documents/journal
j /home/kevin/Documents/journal
ib /home/kevin/linux-config/configs/i3blocks-scripts
ra /home/kevin/linux-config/configs/ranger
snp /home/kevin/.vim/plugged/vim-snippets/UltiSnips

4
txt/key_files.txt

@ -18,8 +18,8 @@ z /home/kevin/linux-config/aliases/zsh_aliases
# cdn {{{ *
hlg /home/kevin/coding/spotify-lib-vis/src/api/management/commands/update-history.log
jn /home/kevin/Documents/journal/todo/11.md
jnt /home/kevin/Documents/journal/todo/todo.md
jn /home/kevin/Documents/journal/todo/12.md
jt /home/kevin/Documents/journal/todo/todo.md
no ./.gitignore
ne /home/kevin/linux-config/configs/neofetch/config.conf
tm /home/kevin/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets

11
txt/manual-latex-pkgs.txt

@ -0,0 +1,11 @@
algorithm
algorithmicx
enumitem
hyperref
numprint
pgfplots
tkz-base
tkz-euclide
# manual
gensymb

1
txt/pacman-pkgs/pacman-pkgs.txt

@ -75,6 +75,7 @@ nvidia
pacman
patch
pciutils
pdfgrep
perl
pipes.sh
pkgconf

Loading…
Cancel
Save