updated some stuff
parent
81af6301ab
commit
bc609835d8
|
@ -1,4 +1,4 @@
|
|||
Xft.dpi: 96
|
||||
Xft.dpi: 112
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
pdflatex *.tex *.pdf
|
||||
pdflatex *.tex *.pdf #hahahahahahaha
|
||||
rm -rf *.aux *.log *.toc *.out *.dvi
|
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
git add .
|
||||
git commit
|
||||
git push
|
||||
|
||||
# I'M LAZY ALRIGHT AREN'T WE ALL!?!
|
9
.vimrc
9
.vimrc
|
@ -2,7 +2,7 @@ set nocompatible
|
|||
set wildmenu
|
||||
filetype off
|
||||
|
||||
autocmd BufRead,BufNewFile *.md,*.text,*.txt setlocal spell
|
||||
autocmd BufRead,BufNewFile *.md,*.text,*.txt,*.tex setlocal spell
|
||||
set complete+=kspell
|
||||
set clipboard=unnamedplus
|
||||
|
||||
|
@ -56,6 +56,10 @@ inoremap <F5> <C-R>=strftime("%x - %X")<CR>
|
|||
inoremap <F4> <C-R>\//==============================//<CR>
|
||||
inoremap <F6> <C-R>\\begin{center}\line(1,0){250}\end{center}<CR>
|
||||
|
||||
autocmd FileType tex nnoremap <buffer> <C-e> :!clear && sh ~/.scripts/compile-scripts/latex.sh "%" <Enter>
|
||||
autocmd FileType c nnoremap <buffer> <C-e> :!clear && sh ~/.scripts/compile-scripts/c.sh "%" <Enter>
|
||||
autocmd FileType py nnoremap <buffer> <C-e> :!clear && sh ~/.scripts/compile-scripts/python.sh "%" <Enter>
|
||||
autocmd FileType cpp nnoremap <buffer> <C-e> :!clear && sh ~/.scripts/compile-scripts/cpp.sh "%" <Enter>
|
||||
|
||||
function! XTermPasteBegin()
|
||||
set pastetoggle=<Esc>[201~
|
||||
|
@ -63,6 +67,5 @@ function! XTermPasteBegin()
|
|||
return ""
|
||||
endfunction
|
||||
|
||||
autocmd FileType tex nnoremap <buffer> <C-c> :LLPStartPreview <Enter>
|
||||
|
||||
let g:livepreview_previewer = 'zathura'
|
||||
i
|
||||
|
|
5
.zshrc
5
.zshrc
|
@ -104,8 +104,8 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
alias icat="kitty +kitten icat"
|
||||
alias please="sudo"
|
||||
alias cd..="cd .."
|
||||
alias sl="sh ~/.scripts/loop-sl.sh"
|
||||
alias git-out="sh ~/.scripts/git-out.sh"
|
||||
|
||||
## wal
|
||||
|
||||
|
@ -118,3 +118,6 @@ cat ~/.cache/wal/sequences
|
|||
|
||||
## Zathura-Pywal
|
||||
export PATH="/home/cdnutter/.local/bin:$PATH"
|
||||
|
||||
## PATH
|
||||
PATH=$PATH$(find "$HOME/.scripts" -type d -not -path '/.' -printf ":%p")
|
||||
|
|
11
packages.txt
11
packages.txt
|
@ -74,6 +74,7 @@ cracklib 2.9.7-2
|
|||
crda 4.14-3
|
||||
cronie 1.5.5-1
|
||||
cryptsetup 2.3.3-1
|
||||
ctemplate 2.4-1
|
||||
curl 7.72.0-2
|
||||
dav1d 0.7.1-1
|
||||
db 5.3.28-5
|
||||
|
@ -226,6 +227,7 @@ inxi 3.1.05+2-1
|
|||
iproute2 5.8.0-1
|
||||
iptables 1:1.8.5-2
|
||||
iputils 20190709-3
|
||||
irssi 1.2.2-3
|
||||
iso-codes 4.5.0-1
|
||||
iw 5.8-1
|
||||
jack 0.125.0-9
|
||||
|
@ -411,6 +413,7 @@ libnotify 0.7.9-1
|
|||
libnsl 1.3.0-1
|
||||
libogg 1.3.4-2
|
||||
libomxil-bellagio 0.9.3-3
|
||||
libotr 4.1.1-3
|
||||
libp11-kit 0.23.21-1
|
||||
libpaper 1.1.28-1
|
||||
libpcap 1.9.1-2
|
||||
|
@ -515,8 +518,9 @@ lightdm 1:1.30.0-4
|
|||
lightdm-slick-greeter 1.3.2-1
|
||||
linux-api-headers 5.8-1
|
||||
linux-firmware 20200901.r1699.d5f9eea-1
|
||||
linux-latest 5.7-2
|
||||
linux-latest 5.8-1
|
||||
linux57 5.7.19-2
|
||||
linux58 5.8.6-1
|
||||
lld 10.0.1-1
|
||||
llvm 10.0.1-2
|
||||
llvm-libs 10.0.1-2
|
||||
|
@ -537,6 +541,7 @@ lzo 2.10-3
|
|||
m4 1.4.18-3
|
||||
maia-console 1.2-6
|
||||
mailcap 2.1.49-1
|
||||
mailspring 1.7.8-1
|
||||
make 4.3-3
|
||||
man-db 2.9.3-1
|
||||
man-pages 5.08-1
|
||||
|
@ -596,6 +601,7 @@ ncurses 6.2-1
|
|||
ndctl 69-1
|
||||
neofetch 7.1.0-1
|
||||
nerd-fonts-terminus 2.1.0-3
|
||||
net-tools 1.60.20181103git-2
|
||||
netctl 1.23-1
|
||||
nettle 3.6-1
|
||||
network-manager-applet 1.18.0-1
|
||||
|
@ -624,6 +630,7 @@ opencore-amr 0.1.5-4
|
|||
openexr 2.5.3-1
|
||||
openjpeg2 2.3.1-2
|
||||
openmpi 4.0.4-1
|
||||
openoffice 4.1.7-1
|
||||
openresolv 3.11.0-1
|
||||
openssh 8.3p1-4
|
||||
openssl 1.1.1.g-2
|
||||
|
@ -763,6 +770,7 @@ rofi 1.6.0-1
|
|||
rpcbind 1.2.5-3
|
||||
rsync 3.2.3-1
|
||||
rtkit 0.13-1
|
||||
rubber 1.5.1-2
|
||||
rubberband 1.8.2-4
|
||||
ruby 2.7.1-3
|
||||
ruby-diff-lcs 1.4.4-1
|
||||
|
@ -832,6 +840,7 @@ texlive-core 2020.55416-1
|
|||
texlive-latexextra 2020.55418-1
|
||||
texlive-pgfopts 2.1a-2
|
||||
thin-provisioning-tools 0.9.0-1
|
||||
tidy 5.7.16-2
|
||||
tlp 1.3.1-2
|
||||
tree 1.8.0-2
|
||||
tslib 1.22-1
|
||||
|
|
Loading…
Reference in New Issue