aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
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 /INSTALL.md
parent6a25769f587ac4e565cf7394f6000bdc90016ff2 (diff)
downloaddotfiles-262b8ad7cb56a89e79dbcbd9e022762211228692.tar.gz
dotfiles-262b8ad7cb56a89e79dbcbd9e022762211228692.tar.zst
dotfiles-262b8ad7cb56a89e79dbcbd9e022762211228692.zip
meta: update INSTALL
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..19b1497
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,49 @@
+# 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 upgrade
+
+$ brew install libiconv
+
+$ ./bootstrap pc168
+
+$ brew install --cask \
+ alacritty \
+ keepassxc \
+ ;
+
+# Latest version: https://github.com/adobe-fonts/source-han-code-jp/releases/latest
+$ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/download/2.012R/SourceHanCodeJP.ttc
+$ sudo atsutil databases -remove
+
+$ /usr/local/opt/ncurses/bin/infocmp tmux-256color > /var/tmp/tmux-256color.info
+$ tic -xe tmux-256color /var/tmp/tmux-256color.info
+
+$ go install github.com/rhysd/vim-startuptime@latest
+
+# Restart your machine.
+```
+
+# Update
+
+* `nix flake update`
+* `nix store gc`
+* `home-manager switch --flake ".#<host>"`