dgy
/
hexagons
Archived
1
0
Fork 0

zshenv y un par de giladas mas

This commit is contained in:
deadguy 2018-08-18 13:39:24 -03:00
parent 0c656f99d2
commit 547281955b
11 changed files with 35 additions and 40 deletions

View File

@ -1,11 +1,8 @@
hsetroot -fill /home/deadguy/Pictures/wallpaper/889257-adventure-time-minimalistic-simple-background.jpg &
hsetroot -fill /home/deadguy/Pictures/wallpaper/dAMMwdO.png &
xsetroot -cursor_name left_ptr &
#~/.config/polybar/launch.sh &
#compton -b &
stalonetray &
trayoff &
nm-applet &
redshift -c ~/.config/redshift/redshift.conf &
compton -b &
# redshift -c ~/.config/redshift/redshift.conf &
dunst -conf ~/.config/dunst/dunstrc &
sleep 2s
mpd &

View File

@ -77,12 +77,8 @@ bspc rule -a Zathura state=tiled
bspc rule -a Oblogout manage=off
# Fijos
bspc rule -a Termite desktop=^1
bspc rule -a Firefox desktop=^2
bspc rule -a Thunar desktop=^3
export _JAVA_AWT_WM_NONREPARENTING=1
export _JAVA_OPTIONS='-Dsun.java2d.opengl=true'
bspc rule -a Termite desktop='^1'
bspc rule -a Firefox desktop='^2'
bspc config external_rules_command "$HOME/.config/bspwm/external_rules.sh"
2bspwm &

View File

@ -37,7 +37,7 @@ set uncollapse_jump # no collapse on unread message
set sort_re # thread based on regex
set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*"
set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
set new_mail_command="notify-send -a neomutt -u normal 'You\'ve Got Mail' '%n new messages, %u unread.' &"
#set new_mail_command="notify-send -a neomutt -u normal 'You've Got Mail' '%n new messages, %u unread.' &"
set date_format ="%a %d %b %R"
#set index_format ="%2C %Z %?X?A& ? %D %-45.45F %s (%-4.4c)"
set index_format="%4C %Z %{%b %d %R} %-15.15L (%?l?%4l&%4c?) %s"

View File

@ -32,12 +32,14 @@ Plug 'sbdchd/neoformat'
Plug 'scrooloose/nerdtree', { 'on': ['NERDTreeFind', 'NERDTreeToggle'] }
Plug 'christoomey/vim-tmux-navigator'
Plug 'lervag/vimtex', { 'for': 'tex' }
Plug 'plasticboy/vim-markdown', {'for': 'markdown'}
Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
Plug 'zefei/vim-wintabs'
Plug 'junegunn/goyo.vim', { 'on': 'Goyo'}
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
Plug 'chrisbra/vim-diff-enhanced'
Plug '/usr/bin/fzf'
Plug 'junegunn/fzf.vim'
Plug 'coddingtonbear/neomake-platformio', { 'do': ':UpdateRemotePlugins' }
Plug 'jalvesaq/vimcmdline'
call plug#end()
let g:plug_window = 'rightbelow topleft new'

View File

@ -3,7 +3,7 @@ scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
mouse_autohide = true
allow_bold = true
allow_bold = false
dynamic_title = true
urgent_on_bell = true
clickable_url = true

View File

@ -11,7 +11,7 @@ export FZF_COMPLETION_OPTS='+c -x'
if type rg &>/dev/null; then
export FZF_DEFAULT_COMMAND='rg --follow --hidden --files --ignore-file ~/.agignore 2> /dev/null'
elif type ag &>/dev/null; then
export FZF_DEFAULT_COMMAND='ag --follow --hidden -g "" 2> /dev/null'
export FZF_DEFAULT_COMMAND='ag -f -g "" --hidden --depth 16 --ignore dosdevices 2> /dev/null'
fi
_fzf_compgen_path() {

View File

@ -33,6 +33,8 @@ bindkey -M vicmd '/' history-incremental-search-forward
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
# bindkey '^w' vi-forward-word
typeset -g -A key
key[Home]="$terminfo[khome]"

View File

@ -5,7 +5,7 @@ set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
# Opciones basicas
set -g set-clipboard on
set -sg escape-time 1
#set -sg escape-time 1
set -g mouse on
set -gq status-utf8 on
setw -gq utf8 on

View File

@ -8,17 +8,12 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
fi
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
export QT_QPA_PLATFORMTHEME=qt5ct
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export PATH="${PATH}:/home/deadguy/bin:/usr/lib/surfraw:/usr/lib/ccache/bin/"
xset s off &
xset s noblank &
xset s noexpose &
setxkbmap -option caps:escape
wmname LG3D &
#gnome-keyring-daemon --start --components=pkcs11 &
dbus-update-activation-environment --systemd DISPLAY
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
export SSH_AUTH_SOCK

17
.zshenv Normal file
View File

@ -0,0 +1,17 @@
export TERMINAL="termite"
export EDITOR="nvim"
export GIT_EDITOR=$EDITOR
export VISUAL="nano"
export BROWSER="firefox"
export CLIBROWSER="links"
export GREP_COLOR="0;32"
export PULSEMIXER_BAR_STYLE="┌╶┐╴└┘▮ ◆┆"
export RANGER_LOAD_DEFAULT_RC="FALSE"
export TIME_STYLE="long-iso"
export BLOCK_SIZE="'1"
export QUOTING_STYLE=literal
export QT_QPA_PLATFORMTHEME=qt5ct
export SSH_ASKPASS="/usr/lib/seahorse/ssh-askpass"
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export PATH="${PATH}:/home/deadguy/bin:/usr/lib/surfraw:/usr/lib/ccache/bin/"

20
.zshrc
View File

@ -1,20 +1,6 @@
# -*- mode: shell-script -*-
# vim:ft=zsh
# Exports {{{
export TERMINAL="termite"
export EDITOR="nvim"
export VISUAL="nano"
export BROWSER="firefox"
export CLIBROWSER="links"
export GREP_COLOR="0;32"
export PULSEMIXER_BAR_STYLE="┌╶┐╴└┘▮ ◆┆"
export RANGER_LOAD_DEFAULT_RC="FALSE"
export TIME_STYLE="long-iso"
export BLOCK_SIZE="'1"
export QUOTING_STYLE=literal
# }}}
# Zplugin {{{
### Added by Zplugin's installer
source '/home/deadguy/.zplugin/bin/zplugin.zsh'
@ -22,13 +8,10 @@ autoload -Uz _zplugin
(( ${+_comps} )) && _comps[zplugin]=_zplugin
### End of Zplugin's installer chunk
zplugin load djui/alias-tips
zplugin load peterhurford/up.zsh
zplugin load hlissner/zsh-autopair
zplugin ice as"program" pick"$ZPFX/bin/git-*" make"PREFIX=$ZPFX" nocompile'!'
zplugin light tj/git-extras
zplugin ice pick"c.zsh" atclone"dircolors -b LS_COLORS > c.zsh" atpull"%atclone"
zplugin light trapd00r/LS_COLORS
zplugin ice pick"async.zsh" src"pure.zsh"; zplugin light sindresorhus/pure
PURE_CMD_MAX_EXEC_TIME=10000000
PURE_GIT_PULL=1
@ -39,6 +22,9 @@ PURE_GIT_UP_ARROW='↑'
prompt_newline='%666v'
PROMPT=" $PROMPT"
zplugin ice atinit'local i; for i in *.zsh; do source $i; done'; zpl light ~/.config/zsh
zplugin load djui/alias-tips
zplugin ice pick"c.zsh" atclone"dircolors -b LS_COLORS > c.zsh" atpull"%atclone"
zplugin light trapd00r/LS_COLORS
zplugin ice wait"0" blockf lucid
zplugin light zsh-users/zsh-completions
zplugin ice wait"0" lucid atinit"zpcompinit; zpcdreplay"