🎨 merge mbpr changes
This commit is contained in:
parent
24036a2032
commit
1ef9ad2dda
7 changed files with 195 additions and 34 deletions
23
ubuntu.md
23
ubuntu.md
|
|
@ -3,12 +3,29 @@ All the startup installation stuff for ubuntu clients.
|
|||
```
|
||||
sudo apt install git
|
||||
sudo apt install neovim
|
||||
sudo apt install librewolf
|
||||
sudo apt install librewolf # add librewolf repo first
|
||||
sudo apt install gnome-tweaks
|
||||
sudo apt install alacritty
|
||||
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
|
||||
sudo apt install keepass2
|
||||
sudo apt install zsh # install oh-my-zsh to set zsh as default shell
|
||||
|
||||
# music setup
|
||||
sudo apt-get install mpd
|
||||
sudo apt-get install ncmpcpp
|
||||
```
|
||||
|
||||
## Homebrew casks
|
||||
|
||||
> :construction: I'm still forming opinions but here's the rundown
|
||||
> 1. snap is opinionated
|
||||
> 2. snap is slow
|
||||
> 3. homebrew / brew has been great on Mac
|
||||
> 4. already have brewfile
|
||||
> 5. homebrew also works on WSL
|
||||
> 6. snap apps have been unable to detect ffmpeg (even when it is in my path)
|
||||
|
||||
* Install yt-dlp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue