mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-25 11:09:52 +00:00
10 lines
171 B
Bash
10 lines
171 B
Bash
#!/bin/bash
|
|
# Description: Emacs X Window Manager
|
|
set -e
|
|
|
|
_recipe _apt
|
|
_recipe emacs
|
|
|
|
_apt brightnessctl
|
|
_apt fonts-font-awesome
|
|
_apt fonts-material-design-icons-iconfont
|