diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-31 00:46:29 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-31 00:46:29 +0200 |
commit | 5d7ca8ca2370b4c7ba5b9c7c0dc17678a14e595e (patch) | |
tree | 3adeed75d212d48d5ac922031bf4f40716c20316 /install.sh | |
parent | 2308be27935c17417607fd64721205d1c9666626 (diff) | |
parent | c47cfa237965c289d6843bfc6c1e2bcb642803ad (diff) |
Merge branch 'master' of github.com:uvaes/dotfiles
Conflicts:
passwords/main.asc
repos.zsh
vim/.netrwhist
xmodmap
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 { |