diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-07 02:38:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-07 02:38:53 +0900 |
| commit | 6a7baab2da521c9564a2408d60d885816f1a1be6 (patch) | |
| tree | 59f49a19f231182c1d1ec86c04222bf3c7c85e30 /INSTALL.txt | |
| parent | 53bd8c469f6d7129658badd92f02d91496ff5647 (diff) | |
| download | dotfiles-6a7baab2da521c9564a2408d60d885816f1a1be6.tar.gz dotfiles-6a7baab2da521c9564a2408d60d885816f1a1be6.tar.zst dotfiles-6a7baab2da521c9564a2408d60d885816f1a1be6.zip | |
mitamae: introduce mitamae to provision
Diffstat (limited to 'INSTALL.txt')
| -rw-r--r-- | INSTALL.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index c4f8951..34ce101 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -4,7 +4,6 @@ macOS (homebrew) $ brew update $ brew install \ python \ - zsh \ ; $ brew install --cask \ @@ -38,12 +37,8 @@ $ sudo apt update $ sudo apt upgrade $ sudo apt install \ python-is-python3 \ - zsh \ ; -# Change login shell to zsh -$ chsh - $ sudo adduser $(whoami) docker $ cargo install hgrep @@ -54,6 +49,7 @@ $ go install github.com/rhysd/vim-startuptime@latest ``` +# ./bootstrap <host> # nix flake update # nix store gc # home-manager switch --flake ".#ken" |
