Update before I get fish and chips
This commit is contained in:
parent
a057882406
commit
feac44c86e
12
.aliases
12
.aliases
@ -1,4 +1,6 @@
|
||||
alias o="evince"
|
||||
alias o="evince2"
|
||||
|
||||
alias vim="nvim"
|
||||
|
||||
alias pro="cd ~/Documents/Projects"
|
||||
alias doc="cd ~/Documents"
|
||||
@ -7,4 +9,12 @@ alias doc="cd ~/Documents"
|
||||
export templates_dir="~/Documents/Projects/templates"
|
||||
alias new.td='copier "$templates_dir/latex/td.template"'
|
||||
alias new.cm='copier "$templates_dir/latex/cm.template"'
|
||||
alias new.letter='copier "$templates_dir/latex/letter.template"'
|
||||
alias taquin.sync="rsync -azvu '/home/sortion/Documents/cours/licence/L3/S6/intelligence artificielle/DM/DM2/taquin/' leon.talpa:/home/sortion/Documents/Projects/taquin/ && rsync -azvu leon.talpa:/home/sortion/Documents/Projects/taquin/ '/home/sortion/Documents/cours/licence/L3/S6/intelligence artificielle/DM/DM2/taquin/'"
|
||||
|
||||
pdfcompress () {
|
||||
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dPDFSETTINGS=/screen -dEmbedAllFonts=true -dSubsetFonts=true -dColorImageDownsampleType=/Bicubic -dColorImageResolution=144 -dGrayImageDownsampleType=/Bicubic -dGrayImageResolution=144 -dMonoImageDownsampleType=/Bicubic -dMonoImageResolution=144 -sOutputFile="$2" "$1";
|
||||
}
|
||||
|
||||
colorinvert() { convert "$1" -channel RGB -negate "$(echo $1 | sed 's/\./-inv\./')"
|
||||
}
|
||||
|
@ -3,8 +3,8 @@
|
||||
. '\'\PassOptionsToPackage{outputdir={%Y}}{minted}\input{%S}\''
|
||||
);
|
||||
|
||||
$pdflatex = 'lualatex -shell-escape -file-line-error -interaction=nonstopmode -synctex=1 -output-directory=build %O %S';
|
||||
$out_dir = 'build';
|
||||
$pdflatex = 'lualatex -shell-escape -file-line-error -interaction=nonstopmode -synctex=1 -output-directory=build %O %S | texlogsieve';
|
||||
$aux_dir = 'build';
|
||||
$bibtex_use = 2;
|
||||
# Amend cleaned extensions
|
||||
$clean_ext .= " fdb_latexmk run.xml synctex.gz";
|
||||
|
8
.zshrc
8
.zshrc
@ -10,8 +10,6 @@ antigen use oh-my-zsh
|
||||
|
||||
antigen bundle nerdfonts
|
||||
|
||||
# antigen bundle nojhan/liquidprompt
|
||||
|
||||
antigen theme ys
|
||||
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
@ -20,6 +18,6 @@ antigen bundle git
|
||||
|
||||
antigen apply
|
||||
|
||||
# source ~/.antigen/bundles/nojhan/lp-dotmatrix/presets/variant-slant.conf
|
||||
|
||||
# source ~/.antigen/bundles/nojhan/lp-dotmatrix/dotmatrix.theme && lp_theme dotmatrix
|
||||
if [[ -x /usr/bin/fortune ]]; then
|
||||
fortune
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user