forked ssh and installed tinc
This commit is contained in:
1
tinc/rootfs/root/.bash_history
Symbolic link
1
tinc/rootfs/root/.bash_history
Symbolic link
@ -0,0 +1 @@
|
||||
/data/.bash_history
|
||||
1
tinc/rootfs/root/.bash_profile
Symbolic link
1
tinc/rootfs/root/.bash_profile
Symbolic link
@ -0,0 +1 @@
|
||||
/data/.bash_profile
|
||||
1
tinc/rootfs/root/.ssh
Symbolic link
1
tinc/rootfs/root/.ssh
Symbolic link
@ -0,0 +1 @@
|
||||
/data/.ssh
|
||||
25
tinc/rootfs/root/.tmux.conf
Normal file
25
tinc/rootfs/root/.tmux.conf
Normal file
@ -0,0 +1,25 @@
|
||||
set-option -g default-terminal $TERM
|
||||
set-option -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
setw -g window-status-format "#[fg=white]#[bg=blue] #I #[bg=blue]#[fg=white] #W "
|
||||
setw -g window-status-current-format "#[bg=brightmagenta]#[fg=white] *#I #[fg=white,bold]#[bg=cyan] [#W] "
|
||||
set -g status-fg white
|
||||
set -g status-bg blue
|
||||
set -g status-left ''
|
||||
set -g status-right '%a %m-%d %H:%M'
|
||||
set -g mouse on
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
bind | split-window -h
|
||||
bind \\ split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
bind -n M-Left select-pane -L
|
||||
bind -n M-Right select-pane -R
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
set -s escape-time 0
|
||||
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"
|
||||
bind-key -T copy-mode MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"
|
||||
Reference in New Issue
Block a user