Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
78ac272afb
4 changed files with 4 additions and 3 deletions
|
@ -51,7 +51,7 @@ Location:
|
||||||
PollingCooldownTimeSpan: 1.00:00:00
|
PollingCooldownTimeSpan: 1.00:00:00
|
||||||
Enabled: true
|
Enabled: true
|
||||||
UseGeolocatorService: false
|
UseGeolocatorService: false
|
||||||
SunsetOffsetMin: 0
|
SunsetOffsetMin: -30
|
||||||
SunriseOffsetMin: 0
|
SunriseOffsetMin: 0
|
||||||
CustomLat: 48.856613000000003
|
CustomLat: 48.856613000000003
|
||||||
CustomLon: 2.3522219999999998
|
CustomLon: 2.3522219999999998
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
abbr d "explorer.exe ."
|
abbr d "explorer.exe \$(wslpath -w .)"
|
||||||
abbr unison "unison ~/src ~/u_dest"
|
abbr unison "unison ~/src ~/u_dest"
|
||||||
abbr vs "code ."
|
abbr vs "code ."
|
||||||
abbr wgcc x86_64-w64-mingw32-gcc
|
abbr wgcc x86_64-w64-mingw32-gcc
|
||||||
|
|
|
@ -137,6 +137,7 @@
|
||||||
"texlive-fontsextra",
|
"texlive-fontsextra",
|
||||||
"texlive-publishers",
|
"texlive-publishers",
|
||||||
"texlive-mathscience",
|
"texlive-mathscience",
|
||||||
|
"texlive-plaingeneric",
|
||||||
"sfml",
|
"sfml",
|
||||||
"perl-yaml-tiny",
|
"perl-yaml-tiny",
|
||||||
"perl-file-homedir",
|
"perl-file-homedir",
|
||||||
|
|
2
wsl.sh
2
wsl.sh
|
@ -38,7 +38,7 @@ function main {
|
||||||
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
|
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
|
||||||
noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \
|
noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \
|
||||||
texlive-fontsextra perl-yaml-tiny perl-file-homedir perl-file-which \
|
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 ==
|
# === Remove SU password ==
|
||||||
|
|
Loading…
Reference in a new issue