Stuff. You know how this goes.

This commit is contained in:
Joachim Nielandt 2022-06-28 14:14:27 +02:00
parent 8d5150f04c
commit 003a57740f
3 changed files with 16 additions and 13 deletions

View File

@ -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

View File

@ -75,3 +75,5 @@
(package! org-superstar) (package! org-superstar)
; yaml support ; yaml support
(package! yaml-mode) (package! yaml-mode)
; enable ripgrep
(package! ripgrep)

View File

@ -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 \