Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 912 Bytes

software.md

File metadata and controls

32 lines (25 loc) · 912 Bytes

Manually Installed Software

Other

cd /tmp/
curl -sS https://starship.rs/install.sh | sh
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher

echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish

cargo install samply

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh