Terraform aliases
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# clear screen
|
||||
c "printf '\033c'"
|
||||
d "cd ~/Downloads && printf '\033c'"
|
||||
dn "cd ~/Downloads && printf '\033c'"
|
||||
# e "echo \$"
|
||||
hst "history"
|
||||
# nft "printf '\033c' && neofetch | lolcat"
|
||||
@@ -190,7 +190,7 @@ rsy "rsync --ignore-existing -Ptr"
|
||||
lhd "sudo fdisk -l"
|
||||
# get disc space for mounted drives
|
||||
# ds "df -h | tee >(head -n 1) >(grep sd) >/dev/null"
|
||||
ds "df -h | head -n 1 && df -h | grep sd"
|
||||
dsp "df -h | head -n 1 && df -h | grep sd"
|
||||
chownw "sudo chown -R kevin:wheel"
|
||||
chwnm "sudo chown -R kevin:wheel /run/media/{{ .chezmoi.username }}"
|
||||
# cd into backup folder and show backup sizes
|
||||
@@ -1128,6 +1128,14 @@ kt "kubectl status"
|
||||
|
||||
# ]]] kubectl #
|
||||
|
||||
tf "terraform"
|
||||
tfa "terraform apply"
|
||||
tfds "terraform destroy"
|
||||
tfi "terraform init"
|
||||
tfo "terraform output"
|
||||
tfp "terraform plan"
|
||||
tfs "terraform show"
|
||||
|
||||
# jenkins [[[ #
|
||||
|
||||
jk "java -jar ~/java/jenkins-cli.jar -s http://localhost:8090 -auth kevin:$JENKINS_TOKEN"
|
||||
|
||||
@@ -45,14 +45,16 @@ bm ~/Documents/bookmarks
|
||||
ccd ~/.calcurse
|
||||
cms ~/Documents/codm/site
|
||||
cn ~/coding
|
||||
# dn ~/Downloads
|
||||
drk ~/coding/dark-sky
|
||||
ffx ~/linux-config/dot_config/fish/functions
|
||||
hbd ~/.habitctl
|
||||
ib ~/linux-config/dot_config/i3blocks/scripts
|
||||
mbd ~/coding/minikube
|
||||
pig ~/coding/pigallery
|
||||
mbk ~/coding/minikube-kompose
|
||||
ms ~/coding/mf-site
|
||||
msp ~/coding/mf-site/static/pdf
|
||||
msr ~/coding/mf-site/static/pdf
|
||||
pr ~/coding/pull-requests
|
||||
ra ~/linux-config/dot_config/ranger
|
||||
rd ~/Documents/red-discord-bot
|
||||
@@ -62,6 +64,7 @@ rdp ~/coding/discord-bots/pinky/cogs/CogManager/cogs/adventure
|
||||
sr ~/linux-config/scripts
|
||||
vsnps ~/.vim/plugged/vim-snippets/UltiSnips
|
||||
sw ~/.local/share/nvim/swap/
|
||||
tfd ~/coding/terraform
|
||||
ttd ~/.timetrace
|
||||
ttdr ~/.timetrace/records
|
||||
tx ~/linux-config/txt
|
||||
|
||||
@@ -51,6 +51,7 @@ k ~/linux-config/dot_config/kitty/kitty.conf
|
||||
lh ~/Documents/listening-history/polarbier.csv
|
||||
mc ~/coding/mf-site/assets/sass/main.scss
|
||||
mi ~/coding/mf-site/ideas.md
|
||||
msr ~/coding/mf-site/content/resume/_index.md
|
||||
ne ~/linux-config/configs/neofetch/config.conf
|
||||
re README.md
|
||||
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/adventure.py
|
||||
|
||||
Reference in New Issue
Block a user