add unison
This commit is contained in:
parent
e802894bf7
commit
b01fa44e60
2 changed files with 29 additions and 1 deletions
25
.unison/default.prf
Normal file
25
.unison/default.prf
Normal 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
|
|
@ -14,7 +14,7 @@ then
|
||||||
pacman -R --noconfirm fakeroot-tcp
|
pacman -R --noconfirm fakeroot-tcp
|
||||||
|
|
||||||
# === Install packages ==
|
# === 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 ==
|
# === Colors package manager ==
|
||||||
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
sed -i "s/#Color/Color/g" /etc/pacman.conf
|
||||||
|
@ -211,6 +211,9 @@ then
|
||||||
# === Valgrind ==
|
# === Valgrind ==
|
||||||
fish -c "set -Ux DEBUGINFOD_URLS https://debuginfod.archlinux.org"
|
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
|
# === Clear useless packages
|
||||||
pacman -Rsn "$(pacman -Qqtd)" 2> /dev/null
|
pacman -Rsn "$(pacman -Qqtd)" 2> /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue