Skip to content

Commit

Permalink
Updates for WSL2
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Oct 4, 2020
1 parent 126bf07 commit 70c7edb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,960 deletions.
2 changes: 1 addition & 1 deletion packages/config-nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec "so " . g:config_dir . 'settings.vim'
" colorscheme trash-polka
colorscheme nord
hi Visual term=reverse cterm=reverse " TODO: fork nord?
let g:airline_theme = 'trashpolka'
let g:airline_theme = 'nord'

let mapleader = " "

Expand Down
4 changes: 2 additions & 2 deletions packages/config-nvim/settings.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let g:python_host_prog = '/usr/local/bin/python2.7'
let g:python2_host_prog = '/usr/local/bin/python2.7'
let g:python_host_prog = '/usr/bin/python2.7'
let g:python2_host_prog = '/usr/bin/python2.7'
let g:python3_host_prog = '/usr/bin/python3.8'

" Behavior
Expand Down
7 changes: 4 additions & 3 deletions packages/config-tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ unbind C-b
bind C-a send-prefix

# zsh
# set -g default-command /bin/zsh
# set -g default-shell /bin/zsh
set-option -sa terminal-overrides ',xterm-256color:RGB'
set -g default-command /usr/bin/zsh
set -g default-shell /usr/bin/zsh
set-option -g default-terminal "screen-256color"
# set-option -sa terminal-overrides ',xterm-256color:RGB'

# https://github.com/jimeh/dotfiles/commit/3838db8
# Linux-safe fix for Mac OS pbcopy, pbpaste, and launchctl
Expand Down
1 change: 1 addition & 0 deletions packages/config-zsh/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.zcompdump*
Loading

0 comments on commit 70c7edb

Please sign in to comment.