forked from mudhorn/dotfiles
Add omp
This commit is contained in:
parent
78b00b5f96
commit
15523e24d3
26
omp
Normal file
26
omp
Normal file
|
@ -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
|
Loading…
Reference in a new issue