diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-22 13:54:10 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-22 13:54:10 +0100 |
commit | 0f323c504c95a8e28cb130357cf75e597c7834e5 (patch) | |
tree | 9fafdd866ba81797a21f3764e24e0f6261497188 /install.sh | |
parent | 3afa74359c03dab51110156c6c115448730be211 (diff) |
Add packages to install script
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 { |