diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-07 12:45:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-07 12:45:07 +0900 |
| commit | d0fa7e3aab664b007d164f8a2b15c33977d80f67 (patch) | |
| tree | c8eb7de3c1c90e9fdcbcecd5693e5cfb51744b03 /INSTALL.md | |
| parent | 4082fdb9b459dc5525925b3277bfff1f87a28248 (diff) | |
| download | dotfiles-d0fa7e3aab664b007d164f8a2b15c33977d80f67.tar.gz dotfiles-d0fa7e3aab664b007d164f8a2b15c33977d80f67.tar.zst dotfiles-d0fa7e3aab664b007d164f8a2b15c33977d80f67.zip | |
chore: add README
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/INSTALL.md b/INSTALL.md deleted file mode 100644 index b37889e..0000000 --- a/INSTALL.md +++ /dev/null @@ -1,51 +0,0 @@ -# Install - -## Hotaru - -``` -$ sudo apt update -$ sudo apt upgrade - -$ ./bootstrap hotaru - -$ sudo adduser $(whoami) docker - -$ cargo install alacritty - -$ cd ~/src/reparojson -$ cargo install --path . -``` - -## PC 168 - -``` -$ brew update -$ brew upgrade - -$ brew install libiconv - -$ ./bootstrap pc168 - -$ brew install --cask alacritty - -# 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 - -# Restart your machine. -``` - -# Update - -* `nix flake update` -* `home-manager switch --flake ".#<host>"` - -# Garbage Collection - -* `home-manager generations` -* `home-manager expire-generations TIMESTAMP` -* `nix profile wipe-history` -* `nix store gc` |
