mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
added zsh-syntax-highlighting
This commit is contained in:
parent
3610e2ddb9
commit
fb6f6d5fe0
@ -110,24 +110,23 @@ set $tag10 "10:"
|
|||||||
|
|
||||||
# exec startup apps
|
# exec startup apps
|
||||||
exec --no-startup-id i3-msg 'workspace $tag1; exec firefox'
|
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 $tag3; exec thunderbird; workspace $tag1'
|
||||||
exec --no-startup-id i3-msg 'workspace $tag4; exec urxvtc -e screen -rd weechat; workspace $tag2'
|
exec --no-startup-id i3-msg 'workspace $tag4; exec urxvtc -e screen -rd weechat; workspace $tag2'
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
||||||
# lock screen
|
# 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"
|
bindsym $mod+Control+Delete exec "~/.i3/i3lock-fancy-multimonitor/lock"
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
bindsym $mod+Control+t exec thunar
|
bindsym $mod+Control+t exec thunar
|
||||||
bindsym $mod+Control+w exec wicd-client -n
|
bindsym $mod+Control+w exec wicd-client -n
|
||||||
bindsym $mod+Control+a exec urxvtc -e ssh root@astate
|
|
||||||
|
|
||||||
# class confs
|
# class confs
|
||||||
for_window [class="Cssh"] floating enable, border normal
|
for_window [class="Cssh"] floating enable, border normal
|
||||||
for_window [class="XTerm"] 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="Hedgewars"] move to workspace $tag5, layout tabbed
|
||||||
for_window [class="Pavucontrol"] move scratchpad
|
for_window [class="Pavucontrol"] move scratchpad
|
||||||
for_window [class="Cadence"] move scratchpad
|
for_window [class="Cadence"] move scratchpad
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
let g:netrw_dirhistmax =10
|
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_1='/home/user/.config/beets'
|
||||||
let g:netrw_dirhist_2='/etc/X11/xorg.conf.d'
|
let g:netrw_dirhist_2='/etc/X11/xorg.conf.d'
|
||||||
let g:netrw_dirhist_3='/home/user/.config/dunst'
|
let g:netrw_dirhist_3='/home/user/.config/dunst'
|
||||||
let g:netrw_dirhist_4='/home/user/.config/beets'
|
let g:netrw_dirhist_4='/home/user/.config/beets'
|
||||||
let g:netrw_dirhist_5='/home/user/downloads/torrents'
|
let g:netrw_dirhist_5='/home/user/downloads/torrents'
|
||||||
|
let g:netrw_dirhist_6='/home/user/text'
|
||||||
|
12
.zshrc
12
.zshrc
@ -1,11 +1,11 @@
|
|||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
export ZSH=$HOME/.oh-my-zsh
|
||||||
|
|
||||||
#zshrc node specific
|
|
||||||
source ~/.zshrc_node
|
|
||||||
|
|
||||||
# Set name of the theme to load.
|
# Set name of the theme to load.
|
||||||
ZSH_THEME="agnoster"
|
ZSH_THEME="agnoster"
|
||||||
|
#DEFAULT_USER="user"
|
||||||
|
autoload -U promptinit; promptinit
|
||||||
|
prompt pure
|
||||||
|
|
||||||
#turn on comments with # in shell
|
#turn on comments with # in shell
|
||||||
setopt interactivecomments
|
setopt interactivecomments
|
||||||
@ -34,7 +34,13 @@ export LESS_TERMCAP_se=$'\E[0m'
|
|||||||
export LESS_TERMCAP_so=$'\E[01;44;33m'
|
export LESS_TERMCAP_so=$'\E[01;44;33m'
|
||||||
export LESS_TERMCAP_ue=$'\E[0m'
|
export LESS_TERMCAP_ue=$'\E[0m'
|
||||||
export LESS_TERMCAP_us=$'\E[01;32m'
|
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
|
#zshconf
|
||||||
plugins=(git python)
|
plugins=(git python)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Env setup
|
# 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
|
yaourt compton-git powerline ttf-font-awesome ttf-font-icons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user