2021-01-09 16:07:13 -05:00
|
|
|
#!/bin/bash
|
|
|
|
# Description: Emacs X Window Manager
|
|
|
|
set -e
|
|
|
|
|
|
|
|
_recipe _apt
|
|
|
|
_recipe emacs
|
|
|
|
|
2021-01-13 21:03:10 -05:00
|
|
|
|
|
|
|
_apt tint2
|
2021-01-09 16:07:13 -05:00
|
|
|
_apt brightnessctl
|
|
|
|
_apt fonts-font-awesome
|
|
|
|
_apt fonts-material-design-icons-iconfont
|