Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
# icon
curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | sudo bash -
icon fish -c
icon nvim -c
icon vscode -c -d .vscode
# Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/home/linuxbrew/.linuxbrew/bin/brew install fish fzf fd neovim delta
# fish
sudo apt -y update
sudo apt -y remove fish
sudo ln -s /home/linuxbrew/.linuxbrew/bin/fish /usr/local/bin/
sudo ln -s /home/linuxbrew/.linuxbrew/bin/fish_indent /usr/local/bin/
sudo ln -s /home/linuxbrew/.linuxbrew/bin/fish_key_reader /usr/local/bin/