aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-15 22:24:53 +0900
committernsfisis <nsfisis@gmail.com>2022-12-15 22:24:53 +0900
commit8d292ffaaf403413ed50e108a78fe6bf400b0343 (patch)
tree3516da53245b8c4e7a020ffb6280b7e5f84d9887
parent01976b0388d9f4868140b339d70c84e2266f13dd (diff)
downloaddotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.tar.gz
dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.tar.zst
dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.zip
tmux: unset default-shell
-rw-r--r--.config/tmux/tmux.conf1
-rw-r--r--INSTALL.txt3
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