aboutsummaryrefslogtreecommitdiffhomepage
######################################################## # # # __ _ _ _ # # _ __ ___ / _(_)___(_)___( ) # # | '_ \/ __| |_| / __| / __|/ # # | | | \__ \ _| \__ \ \__ \ # # |_| |_|___/_| |_|___/_|___/ # # _ _ __ _ _ # # __| | ___ | |_ / _(_) | ___ ___ # # / _` |/ _ \| __| |_| | |/ _ \/ __| # # | (_| | (_) | |_| _| | | __/\__ \ # # \__,_|\___/ \__|_| |_|_|\___||___/ # # # # # ######################################################## # Install ## Akashi ``` $ sudo apt update $ sudo apt upgrade $ ./bootstrap akashi $ fc-cache -fv $ sudo adduser $(whoami) docker $ cargo install alacritty ``` ## PC 168 ``` $ brew update $ brew upgrade $ brew install libiconv $ ./bootstrap pc168 $ fc-cache -fv $ brew install --cask alacritty $ /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 ``` $ just update ``` # Garbage Collection ``` $ just gc ```