Compare commits

...

5 Commits

6 changed files with 33 additions and 25 deletions

View File

@ -1,5 +1,5 @@
# Background opacity
background_opacity: 0.8
background_opacity: 0.3
font:
normal:

View File

@ -11,6 +11,9 @@ Plug 'tpope/vim-fugitive'
Plug 'markvincze/panda-vim'
Plug 'NLKNguyen/papercolor-theme'
" BQN
Plug 'mlochbaum/BQN', {'rtp': 'editors/vim'}
Plug 'fatih/vim-go'
Plug 'neoclide/coc.nvim', {'branch': 'master', 'do': 'yarn install --frozen-lockfile'}
@ -37,7 +40,7 @@ let mapleader=" "
"
set t_Co=256 "required for urxvt
set background=dark "dark or light
colorscheme panda
colorscheme PaperColor
let g:lightline = {
\ 'colorscheme': 'ayu_dark',

21
.config/path Normal file
View File

@ -0,0 +1,21 @@
# my executables
export PATH=/home/vtimofei/scripts:$PATH
export PATH=/home/vtimofei/bin:$PATH
export PATH=/home/vtimofei/.local/bin:$PATH
# go env
export PATH=$PATH:/usr/local/go/bin
export GOPATH=/home/vtimofei/go
export GOBIN=${GOPATH}/bin
export PATH=$GOBIN:$PATH
# rust env
export PATH=/home/vtimofei/.cargo/bin:$PATH
# k8s dev
export k8s_working_dir="${GOPATH}/src/k8s.io"
export user="victor-timofei"
export PATH="/home/vtimofei/go/src/k8s.io/kubernetes/third_party/etcd:${PATH}"
export K8S_PATH="$k8s_working_dir/kubernetes"
export PATH="/var/lib/snapd/snap/bin:${PATH}"

View File

@ -18,7 +18,7 @@ fading = true;
blur:
{
method = "dual_kawase";
size = 2;
size = 20;
deviation = 5.0;
};

View File

@ -63,7 +63,10 @@ dwmblocks &
# Export some paths here that need to be picked up by
# the dmenu
export PATH=$PATH:/home/vtimofei/firefox
source ~/.config/path
# Disable the laptop keyboard
# sleep 5; /home/vtimofei/scripts/laptopkb-disable &
# Finally exec my window manager
exec dwm

23
.zshrc
View File

@ -132,27 +132,8 @@ bindkey -M menuselect 'down' vi-down-line-or-history
bindkey -M menuselect 'up' vi-up-line-or-history
bindkey -M menuselect 'right' vi-forward-char
# my executables
export PATH=/home/vtimofei/scripts:$PATH
export PATH=/home/vtimofei/bin:$PATH
export PATH=/home/vtimofei/.local/bin:$PATH
source ~/.config/path
# go env
export PATH=$PATH:/usr/local/go/bin
export GOPATH=/home/vtimofei/go
export GOBIN=${GOPATH}/bin
export PATH=$GOBIN:$PATH
# rust env
export PATH=/home/vtimofei/.cargo/bin:$PATH
# k8s dev
export k8s_working_dir="${GOPATH}/src/k8s.io"
export user="victor-timofei"
export PATH="/home/vtimofei/go/src/k8s.io/kubernetes/third_party/etcd:${PATH}"
export K8S_PATH="$k8s_working_dir/kubernetes"
export PATH="/var/lib/snapd/snap/bin:${PATH}"
alias chrome="google-chrome-stable </dev/null &>/dev/null &"
alias ls="exa"
@ -165,7 +146,7 @@ alias ip="ip -c"
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
# For dotfiles source control
alias git-df='/usr/bin/git --git-dir=/home/vtimofei/.mydotfiles/ --work-tree=/home/vtimofei'
alias git-df='git --git-dir=/home/vtimofei/.mydotfiles/ --work-tree=/home/vtimofei'
# Please use this
alias please='sudo'