diff --git a/manjaro.md b/manjaro.md index ffecd4d..30d247f 100644 --- a/manjaro.md +++ b/manjaro.md @@ -13,7 +13,7 @@ * set shell to 'fish' via `bmenu` * replace caps with esc `setxkbmap -option 'caps:escape` * nvidia - * `sudo pacman -S cuda` + * `sudo pacman -S cuda cudnn` * `yay nvidia-vulkan` # python diff --git a/nvim/init.vim b/nvim/init.vim index 0a25489..5482298 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -190,6 +190,8 @@ nmap :execute 'silent! tabmove ' . (tabpagenr()+1) nmap g :GitFiles nmap f :Files nmap l :Fag +nmap L :Lines +nmap r :Rg nmap b :Buffers nmap c :Commands nmap t :Colors diff --git a/root/.profile b/root/.profile index fedc42a..1ebda3d 100644 --- a/root/.profile +++ b/root/.profile @@ -9,7 +9,7 @@ export PYTHONBREAKPOINT=ipdb.set_trace # cuda stuff export CUDA_HOME=/opt/cuda export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${CUDA_HOME}/lib64 -PATH=${CUDA_HOME}/bin:${PATH} +PATH=${CUDA_HOME}/bin:/home/hjalmarlucius/.local/bin/:${PATH} export PATH # MKL AMD fix diff --git a/root/.tmux.conf b/root/.tmux.conf index eae9eec..6c90fd6 100644 --- a/root/.tmux.conf +++ b/root/.tmux.conf @@ -1,6 +1,9 @@ ###################### ### SETTINGS ### ###################### +# escape time +set -sg escape-time 0 + # loud or quiet? set -g visual-activity off set -g visual-bell off @@ -159,24 +162,24 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'sainnhe/tmux-fzf' # note: fzf bound to 'F' -set -g @plugin 'odedlaz/tmux-onedark-theme' +#set -g @plugin 'odedlaz/tmux-onedark-theme' # solarized plugin and options -# set -g @plugin 'seebi/tmux-colors-solarized' + #set -g @plugin 'seebi/tmux-colors-solarized' # set -g @colors-solarized '256' (the default) # set -g @colors-solarized 'dark' # set -g @colors-solarized 'light' -# set -g @colors-solarized 'base16' + #set -g @colors-solarized 'base16' # tmux themepack -# set -g @plugin 'jimeh/tmux-themepack' -# set -g @themepack 'basic' -# set -g @themepack 'powerline/default/yellow' -# set -g @themepack 'powerline/default/orange' -# set -g @themepack 'powerline/block/blue' -# set -g @themepack 'powerline/block/cyan' -# set -g @themepack 'powerline/default/gray' -# set -g @themepack 'powerline/double/yellow' + set -g @plugin 'jimeh/tmux-themepack' + #set -g @themepack 'basic' + #set -g @themepack 'powerline/default/yellow' + #set -g @themepack 'powerline/default/orange' + #set -g @themepack 'powerline/block/blue' + #set -g @themepack 'powerline/block/cyan' + #set -g @themepack 'powerline/default/gray' + set -g @themepack 'powerline/double/yellow' # keep at bottom run -b '~/.tmux/plugins/tpm/tpm'