Doom emacs
This commit is contained in:
parent
959423f320
commit
d39d946494
1 changed files with 7 additions and 2 deletions
9
setup.sh
9
setup.sh
|
@ -42,12 +42,11 @@ sudo apt install \
|
|||
nm-tray \
|
||||
pavucontrol \
|
||||
ranger \
|
||||
ripgrep \
|
||||
rsync \
|
||||
scdoc \
|
||||
stterm \
|
||||
sway \
|
||||
vim \
|
||||
waybar \
|
||||
wayland-protocols \
|
||||
webext-keepassxc-browser \
|
||||
wl-clipboard \
|
||||
|
@ -156,6 +155,7 @@ sudo chmod +x ${SWAYRUN} ${WAYLAND_ENABLE}
|
|||
# enable greetd
|
||||
sudo systemctl enable greetd
|
||||
|
||||
# Swaylock-effects
|
||||
cd ~/sources
|
||||
git clone https://github.com/mortie/swaylock-effects.git
|
||||
cd swaylock-effects
|
||||
|
@ -164,6 +164,11 @@ meson build
|
|||
ninja -C build
|
||||
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
|
||||
cd ~/sources
|
||||
git clone https://github.com/hrkfdn/ncspot.git
|
||||
|
|
Loading…
Add table
Reference in a new issue