aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-09-10 17:42:47 +0900
committernsfisis <nsfisis@gmail.com>2023-09-12 12:13:35 +0900
commit262b8ad7cb56a89e79dbcbd9e022762211228692 (patch)
treee1ffa1c88f80a1a0dda863d27bd378598faed5d9
parent6a25769f587ac4e565cf7394f6000bdc90016ff2 (diff)
downloaddotfiles-262b8ad7cb56a89e79dbcbd9e022762211228692.tar.gz
dotfiles-262b8ad7cb56a89e79dbcbd9e022762211228692.tar.zst
dotfiles-262b8ad7cb56a89e79dbcbd9e022762211228692.zip
meta: update INSTALL
-rw-r--r--INSTALL.md (renamed from INSTALL.txt)53
1 files changed, 27 insertions, 26 deletions
diff --git a/INSTALL.txt b/INSTALL.md
index 6728f6e..19b1497 100644
--- a/INSTALL.txt
+++ b/INSTALL.md
@@ -1,10 +1,29 @@
-macOS (homebrew)
+# Install
+
+## Hotaru
+
+```
+$ sudo apt update
+$ sudo apt upgrade
+
+$ ./bootstrap hotaru
+
+$ sudo adduser $(whoami) docker
+
+$ cargo install alacritty
+
+$ go install github.com/rhysd/vim-startuptime@latest
+```
+
+## PC 168
```
$ brew update
-$ brew install \
- python \
- ;
+$ brew upgrade
+
+$ brew install libiconv
+
+$ ./bootstrap pc168
$ brew install --cask \
alacritty \
@@ -23,26 +42,8 @@ $ go install github.com/rhysd/vim-startuptime@latest
# Restart your machine.
```
+# Update
-
-Ubuntu (apt)
-
-```
-$ sudo apt update
-$ sudo apt upgrade
-$ sudo apt install \
- python-is-python3 \
- ;
-
-$ sudo adduser $(whoami) docker
-
-$ cargo install alacritty
-
-$ go install github.com/rhysd/vim-startuptime@latest
-```
-
-
-# ./bootstrap <host>
-# nix flake update
-# nix store gc
-# home-manager switch --flake ".#ken"
+* `nix flake update`
+* `nix store gc`
+* `home-manager switch --flake ".#<host>"`