From 786c4cc23330bd85e81b4086c959a8fbf9316663 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Tue, 7 Feb 2023 11:26:40 +0000 Subject: [PATCH] Update ubuntu.os --- ubuntu.os | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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