Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
c54834edbc
3 changed files with 7 additions and 2 deletions
|
@ -16,6 +16,8 @@ ignore = Name .import
|
|||
ignore = Name _minted-*
|
||||
ignore = Name bin
|
||||
ignore = Name lib
|
||||
ignore = Name .gradle
|
||||
ignore = Name .idea
|
||||
|
||||
# Ignore list files
|
||||
ignore = Name *.synctex.gz
|
||||
|
@ -40,3 +42,4 @@ ignore = Name *.cmx
|
|||
ignore = Name *.byte
|
||||
ignore = Name *.exe
|
||||
ignore = Name pyvenv.cfg
|
||||
ignore = Name local.properties
|
||||
|
|
|
@ -38,7 +38,7 @@ main() {
|
|||
libsamplerate rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \
|
||||
otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \
|
||||
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
|
||||
noto-fonts go
|
||||
noto-fonts go texlive-binextra
|
||||
|
||||
|
||||
# === Rustup ==
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
"texlive-latexextra",
|
||||
"texlive-langfrench",
|
||||
"texlive-luatex",
|
||||
"texlive-binextra",
|
||||
"syncthing",
|
||||
"ufw",
|
||||
"fzf",
|
||||
|
@ -131,7 +132,8 @@
|
|||
"bitwarden",
|
||||
"gnome-shell-extension-appindicator",
|
||||
"libreoffice-fresh",
|
||||
"go"
|
||||
"go",
|
||||
"trash-cli"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue