go updates + i3 lock

master
Paul Walko 2020-01-20 22:58:58 -05:00
parent b4c6358390
commit 27664b6935
3 changed files with 7 additions and 1 deletions

View File

@ -162,3 +162,5 @@ workspace 1 output HDMI-A-1
workspace 2 output HDMI-A-0 workspace 2 output HDMI-A-0
#workspace 3 output DVI-I-1 #workspace 3 output DVI-I-1
bindsym $mod+Shift+f focus parent; fullscreen; focus child bindsym $mod+Shift+f focus parent; fullscreen; focus child
#i3lock
bindsym $mod+x exec i3lock -c 000000

1
vimrc
View File

@ -73,6 +73,7 @@ colorscheme gotham256
syntax enable syntax enable
filetype plugin on filetype plugin on
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
autocmd FileType go setlocal tabstop=2 shiftwidth=2
"" Ctags "" Ctags
set path+=;/ set path+=;/

5
zshrc
View File

@ -10,9 +10,12 @@ fi
# Customl binaries # Customl binaries
export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.cargo/bin:$PATH export PATH=$HOME/.cargo/bin:$PATH
export GOPATH=$HOME/go
export PATH=$HOME/.local/share/flatpak/exports/bin:$PATH export PATH=$HOME/.local/share/flatpak/exports/bin:$PATH
export PATH=$HOME/.local/minecraft-launcher:$PATH export PATH=$HOME/.local/minecraft-launcher:$PATH
export PATH=/usr/local/go/bin:$PATH
export PATH=$HOME/go/bin:$PATH
export GOPATH=$HOME/go
# ZSH # ZSH
export ZSH=$HOME/.oh-my-zsh export ZSH=$HOME/.oh-my-zsh
ZSH_THEME='steeef' ZSH_THEME='steeef'