1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 09:26:06 +02:00

added zsh-syntax-highlighting

This commit is contained in:
eoli3n 2016-09-06 22:24:54 +02:00
parent 3610e2ddb9
commit fb6f6d5fe0
4 changed files with 14 additions and 8 deletions

View File

@ -110,24 +110,23 @@ set $tag10 "10:"
# exec startup apps
exec --no-startup-id i3-msg 'workspace $tag1; exec firefox'
exec --no-startup-id i3-msg 'workspace $tag2; exec urxvtc -e ~/scripts/bash/sshaddmotd/motdprint.sh && urxvtc; workspace $tag1'A
exec --no-startup-id i3-msg 'workspace $tag2; exec urxvtc -e ~/scripts/bash/sshaddmotd/motdprint.sh && urxvtc; workspace $tag1'
exec --no-startup-id i3-msg 'workspace $tag3; exec thunderbird; workspace $tag1'
exec --no-startup-id i3-msg 'workspace $tag4; exec urxvtc -e screen -rd weechat; workspace $tag2'
###################################################################################
# lock screen
#bindsym $mod+Control+Delete exec "i3lock -d -e -i ~/img/wallpaper/current_i3lock.png ; sleep 1 ; ~/scripts/bash/interfaceliftdownloader/interfacelift.sh -c ~/scripts/bash/interfaceliftdownloader/i3lock.conf"
bindsym $mod+Control+Delete exec "~/.i3/i3lock-fancy-multimonitor/lock"
# apps
bindsym $mod+Control+t exec thunar
bindsym $mod+Control+w exec wicd-client -n
bindsym $mod+Control+a exec urxvtc -e ssh root@astate
# class confs
for_window [class="Cssh"] floating enable, border normal
for_window [class="XTerm"] floating enable, border normal
for_window [class="feh"] floating enable, border normal
#for_window [class="Hedgewars"] move to workspace $tag5, layout tabbed
for_window [class="Pavucontrol"] move scratchpad
for_window [class="Cadence"] move scratchpad

View File

@ -1,7 +1,8 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =5
let g:netrw_dirhist_cnt =6
let g:netrw_dirhist_1='/home/user/.config/beets'
let g:netrw_dirhist_2='/etc/X11/xorg.conf.d'
let g:netrw_dirhist_3='/home/user/.config/dunst'
let g:netrw_dirhist_4='/home/user/.config/beets'
let g:netrw_dirhist_5='/home/user/downloads/torrents'
let g:netrw_dirhist_6='/home/user/text'

12
.zshrc
View File

@ -1,11 +1,11 @@
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
#zshrc node specific
source ~/.zshrc_node
# Set name of the theme to load.
ZSH_THEME="agnoster"
#DEFAULT_USER="user"
autoload -U promptinit; promptinit
prompt pure
#turn on comments with # in shell
setopt interactivecomments
@ -34,7 +34,13 @@ export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'
#ssh-agent
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
#zshrc node specific
source ~/.zshrc_node
#zshconf
plugins=(git python)
source $ZSH/oh-my-zsh.sh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

View File

@ -6,7 +6,7 @@
# Env setup
sudo pacman -S i3-wm rxvt-unicode zsh git weechat i3lock ttf-hack vim weechat compton conky xbindkeys powerline powerline-fonts xorg-xrdb xclip
sudo pacman -S i3-wm rxvt-unicode zsh git weechat i3lock ttf-hack vim weechat compton conky xbindkeys powerline powerline-fonts xorg-xrdb xclip zsh-syntax-highlighting
yaourt compton-git powerline ttf-font-awesome ttf-font-icons