forked from mudhorn/dotfiles
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
//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 |