diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rwxr-xr-x | install.sh | 8 | ||||
m--------- | urxvt/ext | 0 | ||||
-rw-r--r-- | zshrc | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 5438b05..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "fuzzy-zsh-marks"] - path = fuzzy-zsh-marks - url = git@github.com:uvaes/fuzzy-zsh-marks @@ -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 { diff --git a/urxvt/ext b/urxvt/ext deleted file mode 160000 -Subproject e4dbde31edd19e2f4c2b6c91117ee91e2f83ddd @@ -11,7 +11,7 @@ ENABLE_CORRECTION="true" COMPLETION_WAITING_DOTS="true" # Plugins -plugins=(vi-mode git ubuntu) +plugins=(vi-mode git ubuntu tmux) # Source oh-my-zsh source $ZSH/oh-my-zsh.sh |