Compare commits
3 Commits
877308ebec
...
6ad37bbc1d
Author | SHA1 | Date | |
---|---|---|---|
6ad37bbc1d | |||
f94560519d | |||
43fae92566 |
@ -23,7 +23,7 @@ set tabstop=4
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
set nowrap
|
set wrap
|
||||||
set hidden
|
set hidden
|
||||||
set cmdheight=1
|
set cmdheight=1
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
@ -69,6 +69,7 @@ function install_terraform() {
|
|||||||
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 latest
|
||||||
else
|
else
|
||||||
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
@ -144,6 +144,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||||||
alias mpv="mpv --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'"
|
alias mpv="mpv --ytdl-raw-options="yes-playlist=" --no-resume-playback --ytdl-format='bestvideo[height<=?1080]+bestaudio/best'"
|
||||||
alias code="open -a 'Visual Studio Code'"
|
alias code="open -a 'Visual Studio Code'"
|
||||||
alias xclip="pbcopy"
|
alias xclip="pbcopy"
|
||||||
|
alias mtr="sudo /opt/homebrew/opt/mtr/sbin/mtr"
|
||||||
|
|
||||||
# Project
|
# Project
|
||||||
alias meraki="cd $HOME/git/ansible_collections/cisco/meraki/"
|
alias meraki="cd $HOME/git/ansible_collections/cisco/meraki/"
|
||||||
|
Loading…
Reference in New Issue
Block a user