Compare commits
No commits in common. "bc1db0569d4179d1b56daf35218e340eb877e2c6" and "5c67461512b11b2e4306f9233287fb44b80d13d9" have entirely different histories.
bc1db0569d
...
5c67461512
@ -81,10 +81,10 @@ function install_terraform_stable() {
|
|||||||
if [[ "$(uname)" == "Darwin" ]]; then
|
if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
brew install tflint -q
|
brew install tflint -q
|
||||||
brew install tfenv -q
|
brew install tfenv -q
|
||||||
TFENV_ARCH=amd64 tfenv install 1.5.7
|
TFENV_ARCH=amd64 tfenv install 1.5.5
|
||||||
tfenv use 1.5.7
|
tfenv use 1.5.5
|
||||||
else
|
else
|
||||||
GO111MODULE=on go install github.com/hashicorp/terraform@v1.5.7
|
GO111MODULE=on go install github.com/hashicorp/terraform@v1.5.5
|
||||||
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
|
curl -s https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
1
.zshrc
1
.zshrc
@ -106,7 +106,6 @@ alias pl="setxkbmap pl"
|
|||||||
alias feh="feh --edit --scale-down"
|
alias feh="feh --edit --scale-down"
|
||||||
alias graphic-card="glxinfo|egrep 'OpenGL vendor|OpenGL renderer'"
|
alias graphic-card="glxinfo|egrep 'OpenGL vendor|OpenGL renderer'"
|
||||||
alias mylaptop-components="inxi -Fxz"
|
alias mylaptop-components="inxi -Fxz"
|
||||||
alias update_time="sudo ntpdate -b -u vega.cbk.poznan.pl"
|
|
||||||
|
|
||||||
# Alias and Export for Mac
|
# Alias and Export for Mac
|
||||||
if [[ "$(uname)" == "Darwin" ]]; then
|
if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user