go updates + i3 lock
parent
b4c6358390
commit
27664b6935
|
@ -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
1
vimrc
|
@ -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
5
zshrc
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue