add awsls
This commit is contained in:
parent
4e456ca0cd
commit
dbd9fda324
@ -241,6 +241,9 @@ git clone https://github.com/aristocratos/bashtop.git ~/Code/bashtop
|
|||||||
cd ~/Code/bashtop || exit
|
cd ~/Code/bashtop || exit
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
# Install awsls
|
||||||
|
BINDIR="/usr/local/bin" curl -sSfL https://raw.githubusercontent.com/jckuester/awsls/master/install.sh | sh -s v0.1.2
|
||||||
|
|
||||||
# Upgrade
|
# Upgrade
|
||||||
echo "Upgrading apps"
|
echo "Upgrading apps"
|
||||||
~/.scripts/upgrade.sh
|
~/.scripts/upgrade.sh
|
||||||
|
@ -117,6 +117,9 @@ alias x='extract'
|
|||||||
alias systeminfo='neofetch'
|
alias systeminfo='neofetch'
|
||||||
alias monitoring='glances'
|
alias monitoring='glances'
|
||||||
|
|
||||||
|
# Infrastructure
|
||||||
|
alias awsls='awsls -profile default -region eu-west-1 --attributes tags aws_instance'
|
||||||
|
|
||||||
# Package management tricks
|
# Package management tricks
|
||||||
alias npmlist='npm list -g --depth 0'
|
alias npmlist='npm list -g --depth 0'
|
||||||
alias pip='pip3'
|
alias pip='pip3'
|
||||||
|
Loading…
Reference in New Issue
Block a user