mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-22 03:00:05 +00:00
12 lines
183 B
Bash
12 lines
183 B
Bash
#!/bin/bash
|
|
# Description: Emacs X Window Manager
|
|
set -e
|
|
|
|
_recipe _apt
|
|
_recipe emacs
|
|
|
|
|
|
_apt tint2
|
|
_apt brightnessctl
|
|
_apt fonts-font-awesome
|
|
_apt fonts-material-design-icons-iconfont
|