Merge branch 'main' of git.mylloon.fr:Anri/confOS

This commit is contained in:
Mylloon 2024-07-23 17:09:32 +02:00
commit 78ac272afb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
4 changed files with 4 additions and 3 deletions

View file

@ -51,7 +51,7 @@ Location:
PollingCooldownTimeSpan: 1.00:00:00
Enabled: true
UseGeolocatorService: false
SunsetOffsetMin: 0
SunsetOffsetMin: -30
SunriseOffsetMin: 0
CustomLat: 48.856613000000003
CustomLon: 2.3522219999999998

View file

@ -1,4 +1,4 @@
abbr d "explorer.exe ."
abbr d "explorer.exe \$(wslpath -w .)"
abbr unison "unison ~/src ~/u_dest"
abbr vs "code ."
abbr wgcc x86_64-w64-mingw32-gcc

View file

@ -137,6 +137,7 @@
"texlive-fontsextra",
"texlive-publishers",
"texlive-mathscience",
"texlive-plaingeneric",
"sfml",
"perl-yaml-tiny",
"perl-file-homedir",

2
wsl.sh
View file

@ -38,7 +38,7 @@ function main {
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \
texlive-fontsextra perl-yaml-tiny perl-file-homedir perl-file-which \
man-pages bottom maven fakeroot texlive-mathscience qpdf
man-pages bottom maven fakeroot texlive-mathscience qpdf texlive-plaingeneric
# === Remove SU password ==