From 262b8ad7cb56a89e79dbcbd9e022762211228692 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 10 Sep 2023 17:42:47 +0900 Subject: meta: update INSTALL --- INSTALL.txt | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 INSTALL.txt (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt deleted file mode 100644 index 6728f6e..0000000 --- a/INSTALL.txt +++ /dev/null @@ -1,48 +0,0 @@ -macOS (homebrew) - -``` -$ brew update -$ brew install \ - python \ - ; - -$ 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. -``` - - - -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 -# nix flake update -# nix store gc -# home-manager switch --flake ".#ken" -- cgit v1.3.1-4-g156e