don't even know anymore
This commit is contained in:
parent
a535553cbe
commit
795aeabb2a
6 changed files with 52 additions and 32 deletions
|
|
@ -28,3 +28,4 @@ bspc rule -a Emacs state=tiled
|
|||
# AUTOSTART #
|
||||
[[ ! $(pidof -x sxhkd) ]] && sxhkd &
|
||||
feh --bg-fill ~/.dotfiles/config/wallpaper/base.png
|
||||
systemctl --user start polybar
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
DOOM="$HOME/.emacs.d"
|
||||
if [ ! -d "$DOOM" ]; then
|
||||
git clone https://github.com/hlissner/doom-emacs.git "$DOOM"
|
||||
sleep 0.5
|
||||
"$DOOM/bin/doom -y install"
|
||||
"$DOOM/bin/doom" -y install
|
||||
fi
|
||||
|
||||
"$DOOM/bin/doom sync"
|
||||
"$DOOM/bin/doom" sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue