summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 152a887..cac9b2e 100755
--- a/install.sh
+++ b/install.sh
@@ -161,7 +161,13 @@ function clean {
}
function install_packages {
- apt-get install ttyrec mutt msmtp
+
+ # General
+ sudo apt-get install ttyrec mutt msmtp offlineimap wmctrl rxvt-unicode-256color \
+ tmux git gcc clang cmake make zathura feh chromium-browser zsh
+
+ # For xcape
+ sudo apt-get install pkg-config libx11-dev libxtst-dev libxi-dev clang
}
function update_dotfiles {