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
|
;;prodigy ; FIXME managing external services & code builders
|
||||||
;;rgb ; creating color strings
|
;;rgb ; creating color strings
|
||||||
;;taskrunner ; taskrunner for all your projects
|
;;taskrunner ; taskrunner for all your projects
|
||||||
;;terraform ; infrastructure as code
|
terraform ; infrastructure as code
|
||||||
;;tmux ; an API for interacting with tmux
|
;;tmux ; an API for interacting with tmux
|
||||||
;;upload ; map local to remote projects via ssh/ftp
|
;;upload ; map local to remote projects via ssh/ftp
|
||||||
|
|
||||||
|
|||||||
@ -75,3 +75,5 @@
|
|||||||
(package! org-superstar)
|
(package! org-superstar)
|
||||||
; yaml support
|
; yaml support
|
||||||
(package! yaml-mode)
|
(package! yaml-mode)
|
||||||
|
; enable ripgrep
|
||||||
|
(package! ripgrep)
|
||||||
|
|||||||
@ -15,7 +15,8 @@ sudo pacman -Sy \
|
|||||||
# steam font dependency
|
# steam font dependency
|
||||||
ttf-liberation \
|
ttf-liberation \
|
||||||
picom \
|
picom \
|
||||||
htop
|
htop \
|
||||||
|
scrot
|
||||||
|
|
||||||
# these are doom (emacs) dependencies
|
# these are doom (emacs) dependencies
|
||||||
sudo pacman -Sy \
|
sudo pacman -Sy \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user