diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-29 14:22:48 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-29 14:22:48 +0100 |
commit | c47cfa237965c289d6843bfc6c1e2bcb642803ad (patch) | |
tree | 6e4ae145d23e486d68fd443c092f0a75476c081b /install.sh | |
parent | a9909c1dba9dcf6c8e3f8a780a9f2b8e591df469 (diff) |
Add various small changes
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -38,13 +38,8 @@ function clean { } function install_packages { - - # 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 + tmux git gcc clang cmake make zathura feh chromium-browser zsh clang xcape } function update_dotfiles { |