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
|
||||
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
|
||||
echo "Upgrading apps"
|
||||
~/.scripts/upgrade.sh
|
||||
|
@ -117,6 +117,9 @@ alias x='extract'
|
||||
alias systeminfo='neofetch'
|
||||
alias monitoring='glances'
|
||||
|
||||
# Infrastructure
|
||||
alias awsls='awsls -profile default -region eu-west-1 --attributes tags aws_instance'
|
||||
|
||||
# Package management tricks
|
||||
alias npmlist='npm list -g --depth 0'
|
||||
alias pip='pip3'
|
||||
|
Loading…
Reference in New Issue
Block a user