[Bootstrap] Remove ly, update tangled script

This commit is contained in:
Lucien Cartier-Tilet 2021-03-31 16:20:40 +02:00
parent 8851cee936
commit 8597280d17
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 12 additions and 27 deletions

View File

@ -73,20 +73,20 @@ farbfeld fd ffmpegthumbnailer findutils firefox flake8 flat-remix-gtk freeglut \
fzf gcc-libs gdb gimp gnome-disk-utility gnome-epub-thumbnailer gnu-free-fonts \ fzf gcc-libs gdb gimp gnome-disk-utility gnome-epub-thumbnailer gnu-free-fonts \
gnuplot go go-tools golangci-lint-bin graphviz htop hugo i3lock-color \ gnuplot go go-tools golangci-lint-bin graphviz htop hugo i3lock-color \
inetutils isync inter-font javascript-typescript-langserver js-beautify \ inetutils isync inter-font javascript-typescript-langserver js-beautify \
jfsutils jmtpfs lain-git libxft-bgra linux-headers lldb logrotate ly meson \ jfsutils jmtpfs kitty lain-git libxft-bgra linux-headers lldb logrotate meson \
minted man-db man-pages mpc mpd mpd-rich-presence-discord-git mpv mupdf-tools \ minted man-db man-pages mpc mpd mpd-rich-presence-discord-git mpv mupdf-tools \
nano ncdu ncmpcpp nemo-fileroller nemo-preview neofetch netctl \ nano ncdu ncmpcpp nemo-fileroller nemo-preview neofetch netctl \
network-manager-applet networkmanager networkmanager-openvpn \ network-manager-applet networkmanager networkmanager-openvpn \
nm-connection-editor nodejs-vmd nomacs nordic-theme-git nordvpn-bin \ nm-connection-editor nodejs-vmd nomacs nordic-theme-git nordvpn-bin \
noto-fonts-emoji npm ntfs-3g numlockx obs-studio openssh otf-fandol \ noto-fonts-emoji npm ntfs-3g numlockx obs-studio openssh otf-fandol \
otf-ipafont p7zip pacman-contrib pandoc-bin pass pavucontrol pdfpc \ otf-ipafont p7zip pacman-contrib pandoc-bin pass pavucontrol pdfpc picom-git \
picom-git powerline-fonts prettier pulseaudio-bluetooth python-autoflake \ powerline-fonts prettier pulseaudio-bluetooth python-autoflake python-epc \
python-epc python-importmagic python-language-server python-nose python-pip \ python-importmagic python-language-server python-nose python-pip python-poetry \
python-poetry python-ptvsd python-pytest qt5-imageformats qemu r \ python-ptvsd python-pytest qt5-imageformats qemu r raw-thumbnailer reflector \
raw-thumbnailer reflector ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass \ ripgrep rofi rsync rtv ruby-rb-fsevent ruby-sass rustup samba scrot sent \
rustup samba scrot sent shadow siji-git simplescreenrecorder sshfs \ shadow siji-git simplescreenrecorder sshfs sxiv texlive-bin \
st-luke-git sxiv texlive-bin texlive-langchinese texlive-langcyrillic \ texlive-langchinese texlive-langcyrillic texlive-langgreek \
texlive-langgreek texlive-langjapanese texlive-langkorean texlive-latexextra \ texlive-langjapanese texlive-langkorean texlive-latexextra \
texlive-localmanager-git texlive-most tldr tmux tree ttf-arphic-uming \ texlive-localmanager-git texlive-most tldr tmux tree ttf-arphic-uming \
ttf-baekmuk ttf-charis-sil ttf-dejavu ttf-google-fonts-opinionated-git \ ttf-baekmuk ttf-charis-sil ttf-dejavu ttf-google-fonts-opinionated-git \
ttf-hanazono ttf-joypixels ttf-koruri ttf-liberation ttf-monapo ttf-sazanami \ ttf-hanazono ttf-joypixels ttf-koruri ttf-liberation ttf-monapo ttf-sazanami \
@ -203,9 +203,6 @@ if test $status -eq 0
sudo systemctl enable --now sshd sudo systemctl enable --now sshd
end end
sudo systemctl disable getty@tty2
sudo systemctl enable --now ly
sudo usermod -aG video $USER sudo usermod -aG video $USER
sudo systemctl enable --now nordvpnd sudo systemctl enable --now nordvpnd

View File

@ -253,9 +253,9 @@ Lets set in a custom varible what packages well be needing.
fzf gcc-libs gdb gimp gnome-disk-utility gnome-epub-thumbnailer gnu-free-fonts \ fzf gcc-libs gdb gimp gnome-disk-utility gnome-epub-thumbnailer gnu-free-fonts \
gnuplot go go-tools golangci-lint-bin graphviz htop hugo i3lock-color \ gnuplot go go-tools golangci-lint-bin graphviz htop hugo i3lock-color \
inetutils isync inter-font javascript-typescript-langserver js-beautify \ inetutils isync inter-font javascript-typescript-langserver js-beautify \
jfsutils jmtpfs kitty lain-git libxft-bgra linux-headers lldb logrotate ly \ jfsutils jmtpfs kitty lain-git libxft-bgra linux-headers lldb logrotate meson \
meson minted man-db man-pages mpc mpd mpd-rich-presence-discord-git mpv \ minted man-db man-pages mpc mpd mpd-rich-presence-discord-git mpv mupdf-tools \
mupdf-tools nano ncdu ncmpcpp nemo-fileroller nemo-preview neofetch netctl \ nano ncdu ncmpcpp nemo-fileroller nemo-preview neofetch netctl \
network-manager-applet networkmanager networkmanager-openvpn \ network-manager-applet networkmanager networkmanager-openvpn \
nm-connection-editor nodejs-vmd nomacs nordic-theme-git nordvpn-bin \ nm-connection-editor nodejs-vmd nomacs nordic-theme-git nordvpn-bin \
noto-fonts-emoji npm ntfs-3g numlockx obs-studio openssh otf-fandol \ noto-fonts-emoji npm ntfs-3g numlockx obs-studio openssh otf-fandol \
@ -561,18 +561,6 @@ Lets ask the question.
end end
#+END_SRC #+END_SRC
*** Ly
:PROPERTIES:
:CUSTOM_ID: Execute_bootstrap-Enable_some_services-Ly-f4b161c0
:END:
Ly is a display manager based on ncurses which I find nice enough for me to use
(I generally dont like using display managers). Lets enable it, and lets
disable tty2 while were at it (Ly uses it to run X).
#+BEGIN_SRC fish
sudo systemctl disable getty@tty2
sudo systemctl enable --now ly
#+END_SRC
*** Acpilight *** Acpilight
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Execute_bootstrap-Enable_some_services-Acpilight-39152794 :CUSTOM_ID: Execute_bootstrap-Enable_some_services-Acpilight-39152794