install script
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -136,7 +136,7 @@ export NVM_DIR="$HOME/.nvm"
|
|||||||
alias ngdo='ngrok http --domain=devops-extension.ngrok.dev 3000'
|
alias ngdo='ngrok http --domain=devops-extension.ngrok.dev 3000'
|
||||||
|
|
||||||
## Initialization
|
## 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
|
## Start oh my posh
|
||||||
eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"
|
eval "$(oh-my-posh init bash --config '~/.config/oh-my-posh/theme.omp.json')"
|
||||||
|
|||||||
6
.config/requirements/install.sh
Executable file
6
.config/requirements/install.sh
Executable 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!
|
||||||
Reference in New Issue
Block a user