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