From 15523e24d360be88d6460020ba27f42724e0f287 Mon Sep 17 00:00:00 2001 From: mudhorn Date: Fri, 11 Oct 2024 10:40:22 -0700 Subject: [PATCH] Add omp --- omp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 omp diff --git a/omp b/omp new file mode 100644 index 0000000..f4658f6 --- /dev/null +++ b/omp @@ -0,0 +1,26 @@ +//LINUX + +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + +(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> ~/.bashrc +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" +(echo; echo 'eval "$(oh-my-posh init bash --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/hul10.omp.json)"') >> ~/.bashrc + + +sudo apt install build-essential -y + +brew install jandedobbeleer/oh-my-posh/oh-my-posh + +brew update && brew upgrade oh-my-posh + +oh-my-posh font install meslo + +exec bash + +(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> ~/.bashrc +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" +(echo; echo 'eval "$(oh-my-posh init bash --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/hul10.omp.json)"') >> ~/.bashrc +(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /etc/skel/.bashrc +(echo; echo 'eval "$(oh-my-posh init bash --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/hul10.omp.json)"') >> /etc/skel/.bashrc + +exec bash \ No newline at end of file