Kevin Heinicke
hace 9 años
|
|
@@ -9,6 +9,7 @@
|
|
|
~/.zpreztorc: zpreztorc
|
|
|
~/.zprofile: zprofile
|
|
|
~/.zshrc: zshrc
|
|
|
+ ~/.tmux.conf: tmux.conf
|
|
|
~/.config/nvim/init.vim: nvimrc
|
|
|
~/.config/nvim/after/ftplugin:
|
|
|
create: true
|
|
|
@@ -0,0 +1 @@
|
|
|
+set -g mouse on
|
|
|
@@ -1,6 +1,6 @@
|
|
|
# Device-specifig setup (ignored by git)
|
|
|
# source local config first to overwrite default theme if wanted
|
|
|
-source .zsh_local
|
|
|
+source ~/.zsh_local
|
|
|
|
|
|
# Source Prezto.
|
|
|
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
|