dotfiles/ubuntu.md
2022-05-16 13:32:45 +00:00

14 lines
419 B
Markdown

All the startup installation stuff for ubuntu clients.
```
sudo apt install git
sudo apt install neovim
sudo apt install librewolf # add librewolf repo first
sudo apt install gnome-tweaks
sudo apt install alacritty # add alacritty repo first
sudo apt install tmux
sudo apt install make
sudo apt install curl
sudo apt install ffmpeg
sudo apt install zsh # install oh-my-zsh to set zsh as default shell
```