install script

This commit is contained in:
2023-09-21 14:42:10 +02:00
parent b5457c1093
commit 3644ddc4fe
2 changed files with 7 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ export NVM_DIR="$HOME/.nvm"
alias ngdo='ngrok http --domain=devops-extension.ngrok.dev 3000'
## Initialization
alias install-requirements-ubuntu='sudo apt install i3 i3blocks i3lock suckless-tools feh scrot'
alias install-requirements='~/.config/requirements/install.sh'
## Start oh my posh
eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"

View File

@@ -0,0 +1,6 @@
sudo apt install i3 i3blocks i3lock suckless-tools feh scrot
curl -s https://ohmyposh.dev/install.sh | sudo bash -s
source ~/.bashrc
echo Done!