add unison

This commit is contained in:
Mylloon 2022-10-18 17:41:32 +02:00
parent e802894bf7
commit b01fa44e60
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 29 additions and 1 deletions

25
.unison/default.prf Normal file
View file

@ -0,0 +1,25 @@
# Unison preferences file
auto = true
batch = true
fat = true
ignorearchives = true
log = false
# Ignore list
ignore = Path .stfolder
ignore = Path .stversions
ignore = Path __pycache__
ignore = Path _build
ignore = Path .import
ignore = Name synctex.gz
ignore = Name *.toc
ignore = Name *.out
ignore = Name *.log
ignore = Name *.fls
ignore = Name *.aux
ignore = Name *.fdb_latexmk
ignore = Name *.nav
ignore = Name *.snm
ignore = Name *.vrb
ignore = Name *.o

View file

@ -14,7 +14,7 @@ then
pacman -R --noconfirm fakeroot-tcp
# === Install packages ==
pacman -S --noconfirm git wget zip openssh bat base-devel make python-pygments micro git-lfs npm sdl2_image nodejs fish autoconf valgrind automake python-virtualenv gdb tk sdl2_mixer exa texlive-most fzf glu man-pages-fr neofetch python-pip opam pacman-contrib cpanminus
pacman -S --noconfirm git wget zip openssh bat base-devel make python-pygments micro git-lfs npm sdl2_image nodejs fish autoconf valgrind automake python-virtualenv gdb tk sdl2_mixer exa texlive-most fzf glu man-pages-fr neofetch python-pip opam pacman-contrib cpanminus unison
# === Colors package manager ==
sed -i "s/#Color/Color/g" /etc/pacman.conf
@ -211,6 +211,9 @@ then
# === Valgrind ==
fish -c "set -Ux DEBUGINFOD_URLS https://debuginfod.archlinux.org"
# === Unison ==
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.unison/default.prf -O "$HOME"/.unison/default.prf
# === Clear useless packages
pacman -Rsn "$(pacman -Qqtd)" 2> /dev/null