diff --git a/common/.tmux-theme b/common/.tmux-theme index 52f8d05..babeddc 100644 --- a/common/.tmux-theme +++ b/common/.tmux-theme @@ -13,7 +13,6 @@ set -g status-right-attr "none" set -g message-fg "colour2" set -g message-command-bg "black" set -g status-attr "none" -set -g status-utf8 "on" set -g pane-border-fg "black" set -g status-left-attr "none" setw -g window-status-fg "colour2" diff --git a/common/.tmux.conf b/common/.tmux.conf index 26f0ff1..231d7f7 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -10,10 +10,6 @@ set -g visual-activity off set -g visual-bell off #set -g mouse-mode on -set -g mouse-select-window on -set -g mouse-select-pane on -set -g mouse-resize-pane on - set -g history-limit 1000 set -g lock-after-time 300 @@ -27,5 +23,4 @@ set -g lock-after-time 300 #set -g status-left '#[fg=green][#[fg=brightblue]#(whoami)#[fg=white]@#[fg=brightblue]#H#[fg=white]:#[fg=brightblue]#S#[fg=green]][#[default]' #set -g status-right '#[fg=green]][#[fg=blue]%d/%m #[fg=brightblue]%H:%M#[fg=green]]#[default]' -#source-file ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf source-file ~/.tmux-theme diff --git a/common/.zshrc b/common/.zshrc index 3d69bcb..f82c4a1 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -93,7 +93,7 @@ function cd() { # Customize to your needs... export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin -. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh +. /usr/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh #. ~/.shell_prompt.sh alias gitst="git status | more" @@ -148,3 +148,4 @@ alias less='less -R' eval $(thefuck --alias) alias meteo=wego +fortune discworld diff --git a/update-home.sh b/update-home.sh index 5114099..3054ffc 100755 --- a/update-home.sh +++ b/update-home.sh @@ -17,20 +17,6 @@ git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/cu touch ~/.zshrc-local - -pip3 install --upgrade --user jedi -pip3 install --upgrade --user vdirsyncer -pip3 install --upgrade --user khal -pip3 install --upgrade --user git+git://github.com/Lokaltog/powerline -pip2 install --upgrade --user git+git://github.com/Lokaltog/powerline -pip2 install --upgrade --user pyCardDav -pip3 install --upgrade --user pyCardDav -mkdir -p ~/.config/pycard -curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample - -go get github.com/schachmat/wego -ln -s ~/go/bin/wego ~/.local/bin - # Copy the japanese part if needed if [ "$1" == '--jp' ] then