commit 19761eb73d471a329fe501ddb266ffb4bfac8af3
parent 3857a383dbd95e666d1200342012c76d0d3db9d5
Author: Mark Feller <mfeller@recurly.com>
Date: Wed, 15 Jan 2020 14:51:25 -0700
add arandr and remove su
Signed-off-by: Mark Feller <mfeller@recurly.com>
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/install b/install
@@ -87,10 +87,8 @@ EOF
install_dots() {
# Clone and install dot files
log "Fetching dot files"
- su $name
git clone "$dotrepo" ~/.config/rice > "$debug" || log "Dots have already been cloned"
(cd ~/.config/rice && stow --target="$HOME" --ignore='gitignore' dots)
- exit
}
cleanup() {
diff --git a/packages b/packages
@@ -14,6 +14,7 @@
htop provides system usage information and displays processes
dbus facilities inter-process communication
zsh is a shell that is compatible with bash.
+ arandr is a xorg utility to setup multiple displays
# File Management
w3m is a terminal browser which can also view images