new terminal

This commit is contained in:
2024-01-20 16:13:08 +01:00
parent 02c4a01e6a
commit a5c750fcd5
4 changed files with 71 additions and 1 deletions

View File

@@ -26,6 +26,14 @@ sudo apt install \
neofetch \
bashtop \
htop \
build-essential \
cmake \
pkg-config \
libfreetype6-dev \
libfontconfig1-dev \
libxcb-xfixes0-dev \
libxkbcommon-dev \
python3 \
-y
mkdir ~/Screenshots
@@ -37,6 +45,11 @@ sudo snap install firefox
sudo snap install signal-desktop
sudo snap install code --classic
sudo snap install rustup --classic
rustup default stable
cargo install alacritty
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
sudo usermod -aG video wholteza