adds tmux conf
This commit is contained in:
15
.tmux.conf
Normal file
15
.tmux.conf
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
unbind r
|
||||||
|
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
||||||
|
|
||||||
|
set -g prefix C-t
|
||||||
|
set -g mouse on
|
||||||
|
|
||||||
|
bind-key m select-pane -L
|
||||||
|
bind-key n select-pane -D
|
||||||
|
bind-key e select-pane -U
|
||||||
|
bind-key i select-pane -R
|
||||||
|
|
||||||
|
set-option -g status-position top
|
||||||
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||||
|
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
sudo apt install zig -y
|
sudo apt install zig -y
|
||||||
snap install nvim --classic
|
snap install nvim --classic
|
||||||
|
|
||||||
|
cp .tmux.conf ~
|
||||||
|
|
||||||
###### Node
|
###### Node
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||||
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||||
|
|||||||
Reference in New Issue
Block a user