go updates + i3 lock
This commit is contained in:
@@ -162,3 +162,5 @@ workspace 1 output HDMI-A-1
|
||||
workspace 2 output HDMI-A-0
|
||||
#workspace 3 output DVI-I-1
|
||||
bindsym $mod+Shift+f focus parent; fullscreen; focus child
|
||||
#i3lock
|
||||
bindsym $mod+x exec i3lock -c 000000
|
||||
|
||||
1
vimrc
1
vimrc
@@ -73,6 +73,7 @@ colorscheme gotham256
|
||||
syntax enable
|
||||
filetype plugin on
|
||||
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
autocmd FileType go setlocal tabstop=2 shiftwidth=2
|
||||
|
||||
"" Ctags
|
||||
set path+=;/
|
||||
|
||||
5
zshrc
5
zshrc
@@ -10,9 +10,12 @@ fi
|
||||
# Customl binaries
|
||||
export PATH=$HOME/.local/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/minecraft-launcher:$PATH
|
||||
export PATH=/usr/local/go/bin:$PATH
|
||||
export PATH=$HOME/go/bin:$PATH
|
||||
export GOPATH=$HOME/go
|
||||
|
||||
# ZSH
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
ZSH_THEME='steeef'
|
||||
|
||||
Reference in New Issue
Block a user