Stuff. You know how this goes.
This commit is contained in:
parent
8d5150f04c
commit
003a57740f
@ -103,7 +103,7 @@
|
||||
;;prodigy ; FIXME managing external services & code builders
|
||||
;;rgb ; creating color strings
|
||||
;;taskrunner ; taskrunner for all your projects
|
||||
;;terraform ; infrastructure as code
|
||||
terraform ; infrastructure as code
|
||||
;;tmux ; an API for interacting with tmux
|
||||
;;upload ; map local to remote projects via ssh/ftp
|
||||
|
||||
|
||||
@ -75,3 +75,5 @@
|
||||
(package! org-superstar)
|
||||
; yaml support
|
||||
(package! yaml-mode)
|
||||
; enable ripgrep
|
||||
(package! ripgrep)
|
||||
|
||||
@ -15,7 +15,8 @@ sudo pacman -Sy \
|
||||
# steam font dependency
|
||||
ttf-liberation \
|
||||
picom \
|
||||
htop
|
||||
htop \
|
||||
scrot
|
||||
|
||||
# these are doom (emacs) dependencies
|
||||
sudo pacman -Sy \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user