diff options
| -rw-r--r-- | .config/tmux/tmux.conf | 1 | ||||
| -rw-r--r-- | INSTALL.txt | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 1cff1c9..6d0535f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -13,7 +13,6 @@ set-option -g base-index 1 set-option -g pane-base-index 1 set-option -g renumber-windows on -set-option -g default-shell /usr/local/bin/zsh set-option -g history-limit 10000 set-option -g focus-events on set-option -g escape-time 10 diff --git a/INSTALL.txt b/INSTALL.txt index 1eb224b..f4aa883 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -77,6 +77,9 @@ $ sudo apt install \ $ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(which batcat)")/bat" $ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd" +# Change login shell to zsh +$ chsh + $ sudo adduser $(whoami) docker $ cargo install hgrep |
