Updated installation script, removed compton in favor of Picom
This commit is contained in:
parent
6466ff537b
commit
1757b69a4a
@ -33,7 +33,6 @@
|
|||||||
- [[#update-our-dotfiles-remotes][Update our dotfiles’ remotes]]
|
- [[#update-our-dotfiles-remotes][Update our dotfiles’ remotes]]
|
||||||
- [[#get-envtpl][Get =envtpl=]]
|
- [[#get-envtpl][Get =envtpl=]]
|
||||||
- [[#update-our-submodules][Update our submodules]]
|
- [[#update-our-submodules][Update our submodules]]
|
||||||
- [[#installing-tryones-compton-fork][Installing Tryone’s Compton fork]]
|
|
||||||
- [[#enable-some-services][Enable some services]]
|
- [[#enable-some-services][Enable some services]]
|
||||||
- [[#systemd-timesyncd][Systemd-timesyncd]]
|
- [[#systemd-timesyncd][Systemd-timesyncd]]
|
||||||
- [[#docker][Docker]]
|
- [[#docker][Docker]]
|
||||||
@ -293,22 +292,22 @@
|
|||||||
#+BEGIN_SRC fish
|
#+BEGIN_SRC fish
|
||||||
set PACKAGES \
|
set PACKAGES \
|
||||||
acpilight adobe-source-han-sans-jp-fonts asar ascii aspell-en aspell-fr \
|
acpilight adobe-source-han-sans-jp-fonts asar ascii aspell-en aspell-fr \
|
||||||
awesome-terminal-fonts base-devel bat biber bluez-firmware bluez-utils bookworm \
|
awesome awesome-terminal-fonts awesome-freedesktop-git base-devel bat biber \
|
||||||
bzip2 ccls chicken chromium clisp compton cppcheck cppreference \
|
bluez-firmware bluez-utils bookworm bzip2 ccls chicken chromium clisp cppcheck \
|
||||||
cppreference-devhelp cpupower discord-canary discount dmenu-lpass docker \
|
cppreference cppreference-devhelp cpupower discord-canary discount dmenu-lpass \
|
||||||
docker-compose dockerfile-language-server-bin doxygen dunst emacs \
|
docker docker-compose dockerfile-language-server-bin doxygen dunst emacs \
|
||||||
emacs-org-mode exfat-utils farbfeld ffmpegthumbnailer findutils firefox flake8 \
|
emacs-org-mode exfat-utils farbfeld ffmpegthumbnailer findutils firefox flake8 \
|
||||||
freeglut fzf gcc-libs gdb gimp gnome-disk-utility gnome-epub-thumbnailer \
|
freeglut fzf gcc-libs gdb gimp gnome-disk-utility gnome-epub-thumbnailer \
|
||||||
gnu-free-fonts gnuplot go-tools golangci-lint-bin graphviz htop \
|
gnu-free-fonts gnuplot go-tools golangci-lint-bin graphviz htop \
|
||||||
i3-gaps-rounded-git i3lock-blur igdm-bin inetutils j4-dmenu-desktop \
|
i3-gaps-rounded-git i3lock-blur igdm-bin inetutils j4-dmenu-desktop \
|
||||||
javascript-typescript-langserver js-beautify jfsutils jmtpfs less \
|
javascript-typescript-langserver js-beautify jfsutils jmtpfs lain-git less \
|
||||||
linux-headers lldb logrotate lvm2 ly meson minted man-db man-pages mpc mpd \
|
linux-headers lldb logrotate lvm2 ly meson minted man-db man-pages mpc mpd \
|
||||||
mpd-rich-presence-discord-git mpv mupdf-tools nano ncdu ncmpcpp \
|
mpd-rich-presence-discord-git mpv mupdf-tools nano ncdu ncmpcpp nemo-fileroller \
|
||||||
nemo-fileroller nemo-preview neofetch netctl networkmanager \
|
nemo-preview neofetch netctl networkmanager networkmanager-openvpn \
|
||||||
networkmanager-openvpn nm-connection-editor nodejs-vmd nomacs nordvpn-bin \
|
nm-connection-editor nodejs-vmd nomacs nordvpn-bin noto-fonts-emoji npm ntfs-3g \
|
||||||
noto-fonts-emoji npm ntfs-3g numlockx openssh otf-fandol otf-ipafont p7zip \
|
numlockx openssh otf-fandol otf-ipafont p7zip pacman-contrib pandoc-bin pass \
|
||||||
pacman-contrib pandoc-bin pass pavucontrol pdfpc polybar powerline-fonts \
|
pavucontrol pdfpc picom-ibhagwan-git polybar powerline-fonts prettier \
|
||||||
prettier pulseaudio-bluetooth python-autoflake python-envtpl-git python-epc \
|
pulseaudio-bluetooth python-autoflake python-envtpl-git python-epc \
|
||||||
python-importmagic python-language-server python-nose python-pip python-ptvsd \
|
python-importmagic python-language-server python-nose python-pip python-ptvsd \
|
||||||
python-pytest python-pywal qt5-imageformats qemu r raw-thumbnailer reflector \
|
python-pytest python-pywal qt5-imageformats qemu r raw-thumbnailer reflector \
|
||||||
rofi rsync rtv rustup samba scrot sent shadow siji-git simplescreenrecorder \
|
rofi rsync rtv rustup samba scrot sent shadow siji-git simplescreenrecorder \
|
||||||
@ -317,8 +316,8 @@
|
|||||||
texlive-localmanager-git texlive-most tmux tree ttf-arphic-uming ttf-baekmuk \
|
texlive-localmanager-git texlive-most tmux tree ttf-arphic-uming ttf-baekmuk \
|
||||||
ttf-dejavu ttf-google-fonts-opinionated-git ttf-hanazono ttf-joypixels \
|
ttf-dejavu ttf-google-fonts-opinionated-git ttf-hanazono ttf-joypixels \
|
||||||
ttf-koruri ttf-liberation ttf-monapo ttf-sazanami ttf-tibetan-machine \
|
ttf-koruri ttf-liberation ttf-monapo ttf-sazanami ttf-tibetan-machine \
|
||||||
typescript typescript-language-server-bin unicode-emoji unrar usbutils \
|
typescript typescript-language-server-bin unicode-emoji unrar usbutils valgrind \
|
||||||
valgrind vscode-css-languageserver-bin vscode-html-languageserver-bin w3m wget \
|
vscode-css-languageserver-bin vscode-html-languageserver-bin w3m wget \
|
||||||
x11-ssh-askpass xclip xdg-user-dirs-gtk xfsprogs xorg-drivers xorg-server \
|
x11-ssh-askpass xclip xdg-user-dirs-gtk xfsprogs xorg-drivers xorg-server \
|
||||||
xorg-xinit xss-lock xvkbd yaml-language-server-bin yapf
|
xorg-xinit xss-lock xvkbd yaml-language-server-bin yapf
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@ -502,18 +501,6 @@
|
|||||||
yadm submodule update --init --recursive
|
yadm submodule update --init --recursive
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Installing Tryone’s Compton fork
|
|
||||||
:PROPERTIES:
|
|
||||||
:CUSTOM_ID: h-aecf9f01-268c-40cd-8fc3-622c6ce822e4
|
|
||||||
:END:
|
|
||||||
For some reason, I found installing directly this fork does not work, and I
|
|
||||||
need to install it after I installed the regular compton packages.
|
|
||||||
=compton-tryone-git= will replace =compton= which will be removed.
|
|
||||||
#+BEGIN_SRC fish
|
|
||||||
printf "\n# Installing tryone’s compton fork ############################################\n\n"
|
|
||||||
yay -S --needed compton-tryone-git
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** Enable some services
|
** Enable some services
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-1044da09-e992-4dcb-90ff-513725e1d450
|
:CUSTOM_ID: h-1044da09-e992-4dcb-90ff-513725e1d450
|
||||||
|
Loading…
Reference in New Issue
Block a user