diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-12-15 22:24:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-12-15 22:24:53 +0900 |
| commit | 8d292ffaaf403413ed50e108a78fe6bf400b0343 (patch) | |
| tree | 3516da53245b8c4e7a020ffb6280b7e5f84d9887 /INSTALL.txt | |
| parent | 01976b0388d9f4868140b339d70c84e2266f13dd (diff) | |
| download | dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.tar.gz dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.tar.zst dotfiles-8d292ffaaf403413ed50e108a78fe6bf400b0343.zip | |
tmux: unset default-shell
Diffstat (limited to 'INSTALL.txt')
| -rw-r--r-- | INSTALL.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
