fix install.sh
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# Ctrl-a is the prefix.
|
||||
#
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
set -g prefix ALT-b
|
||||
bind ALT-b send-prefix
|
||||
unbind C-b
|
||||
|
||||
# Start windows from #1 (default #0)
|
||||
@@ -51,12 +51,7 @@ bind -r M-j resize-pane -D
|
||||
bind -r M-k resize-pane -U
|
||||
bind -r M-l resize-pane -R
|
||||
|
||||
#No mouse
|
||||
#set -g mode-mouse off
|
||||
#set -g mouse-select-pane off
|
||||
#set -g mouse-resize-pane off
|
||||
#set -g mouse-select-window off
|
||||
|
||||
# Mouse on/off
|
||||
# bind m \
|
||||
# set -g mode-mouse on \;\
|
||||
# set -g mouse-resize=pane on \;\
|
||||
|
||||
@@ -6,8 +6,8 @@ else
|
||||
SCRIPTS=${HOME}/devel/scripts
|
||||
fi
|
||||
|
||||
find ${SCRIPTS}/config -name .\* -type f -exec ln -i \{\} . \;
|
||||
find ${SCRIPTS}/config -name .\* -type d -exec ln -i -s \{\} . \;
|
||||
find ${SCRIPTS}/config -name .\* -type f -maxdepth 1 -exec ln -i \{\} . \;
|
||||
find ${SCRIPTS}/config -name .\* -type d -maxdepth 1 -exec ln -i -s \{\} . \;
|
||||
|
||||
#mkdir -p .vim/autoload .vim/bundle
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
|
||||
Reference in New Issue
Block a user