This commit is contained in:
Kujiu 2016-06-01 11:21:42 +02:00
commit cfc2a87ca3
4 changed files with 2 additions and 21 deletions

View file

@ -13,7 +13,6 @@ set -g status-right-attr "none"
set -g message-fg "colour2" set -g message-fg "colour2"
set -g message-command-bg "black" set -g message-command-bg "black"
set -g status-attr "none" set -g status-attr "none"
set -g status-utf8 "on"
set -g pane-border-fg "black" set -g pane-border-fg "black"
set -g status-left-attr "none" set -g status-left-attr "none"
setw -g window-status-fg "colour2" setw -g window-status-fg "colour2"

View file

@ -10,10 +10,6 @@ set -g visual-activity off
set -g visual-bell off set -g visual-bell off
#set -g mouse-mode on #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 history-limit 1000
set -g lock-after-time 300 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-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]' #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 source-file ~/.tmux-theme

View file

@ -93,7 +93,7 @@ function cd() {
# Customize to your needs... # Customize to your needs...
export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin 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 #. ~/.shell_prompt.sh
alias gitst="git status | more" alias gitst="git status | more"
@ -148,3 +148,4 @@ alias less='less -R'
eval $(thefuck --alias) eval $(thefuck --alias)
alias meteo=wego alias meteo=wego
fortune discworld

View file

@ -17,20 +17,6 @@ git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/cu
touch ~/.zshrc-local 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 # Copy the japanese part if needed
if [ "$1" == '--jp' ] if [ "$1" == '--jp' ]
then then