17 lines
422 B
Bash
17 lines
422 B
Bash
sudo apt update
|
|
sudo add-apt-repository ppa:neovim-ppa/unstable
|
|
sudo apt install build-essential btop fish nvim tmux curl git nodejs npm ripgrep
|
|
|
|
curl -fsSL https://bun.sh/install | bash
|
|
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
|
curl -L https://foundry.paradigm.xyz | bash
|
|
source /home/patryk/.bashrc
|
|
foundryup
|
|
|
|
sudo apt install chromium alacritty vlc krita inkscape blender
|
|
|
|
which fish
|
|
chsh patryk
|