diff --git a/ubuntu.os b/ubuntu.os index e69de29..998b4f3 100755 --- a/ubuntu.os +++ b/ubuntu.os @@ -0,0 +1,19 @@ +#!/bin/bash + +# Dev utilsv +sudo apt install neovim kitty ranger ripgrep +curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash + +yay -S flameshot +git clone --filter=blob:none --sparse git@github.com:ryanoasis/nerd-fonts +source nerdfonts/install.sh + +mkdir -p ~/.local/share/fonts +cd ~/.local/share/fonts +curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf +cd ~ + +# Tmux +sudo apt install tmux +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +tmux source ~/.tmux.conf