main
Micke Nordin 4 years ago
parent 959423f320
commit d39d946494

@ -42,12 +42,11 @@ sudo apt install \
nm-tray \ nm-tray \
pavucontrol \ pavucontrol \
ranger \ ranger \
ripgrep \
rsync \ rsync \
scdoc \ scdoc \
stterm \
sway \ sway \
vim \ vim \
waybar \
wayland-protocols \ wayland-protocols \
webext-keepassxc-browser \ webext-keepassxc-browser \
wl-clipboard \ wl-clipboard \
@ -156,6 +155,7 @@ sudo chmod +x ${SWAYRUN} ${WAYLAND_ENABLE}
# enable greetd # enable greetd
sudo systemctl enable greetd sudo systemctl enable greetd
# Swaylock-effects
cd ~/sources cd ~/sources
git clone https://github.com/mortie/swaylock-effects.git git clone https://github.com/mortie/swaylock-effects.git
cd swaylock-effects cd swaylock-effects
@ -164,6 +164,11 @@ meson build
ninja -C build ninja -C build
sudo ninja -C build install sudo ninja -C build install
# Doom emacs
cd ~/sources
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
#ncspot #ncspot
cd ~/sources cd ~/sources
git clone https://github.com/hrkfdn/ncspot.git git clone https://github.com/hrkfdn/ncspot.git

Loading…
Cancel
Save