summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rwxr-xr-xinstall.sh8
m---------urxvt/ext0
-rw-r--r--zshrc2
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
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 {
diff --git a/urxvt/ext b/urxvt/ext
deleted file mode 160000
-Subproject e4dbde31edd19e2f4c2b6c91117ee91e2f83ddd
diff --git a/zshrc b/zshrc
index ae40c36..9cff83b 100644
--- a/zshrc
+++ b/zshrc
@@ -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