diff options
| -rw-r--r-- | .aws/config | 2 | ||||
| -rw-r--r-- | .aws/credentials | bin | 138 -> 0 bytes | |||
| -rw-r--r-- | .netrc | bin | 226 -> 0 bytes | |||
| -rw-r--r-- | .terraformrc | bin | 160 -> 0 bytes | |||
| -rw-r--r-- | README.md | 9 |
5 files changed, 1 insertions, 10 deletions
diff --git a/.aws/config b/.aws/config deleted file mode 100644 index a5220e0..0000000 --- a/.aws/config +++ /dev/null @@ -1,2 +0,0 @@ -[default] -region = eu-central-1 diff --git a/.aws/credentials b/.aws/credentials Binary files differBinary files differdeleted file mode 100644 index 31ba8f6..0000000 --- a/.aws/credentials +++ /dev/null diff --git a/.terraformrc b/.terraformrc Binary files differdeleted file mode 100644 index 88e3b1f..0000000 --- a/.terraformrc +++ /dev/null @@ -18,6 +18,7 @@ brew bundle ## Debian Linux - Add missing dependencies ```bash +sudo apt remove neovim -y sudo apt update -y sudo apt upgrade -y sudo reboot @@ -35,13 +36,9 @@ ln -sf ~/.rc/.gnupg/gpg.conf ~/.gnupg/gpg.conf ln -sf ~/.rc/.bash_profile ~/.bash_profile ln -sf ~/.rc/.editorconfig ~/.editorconfig ln -sf ~/.rc/.inputrc ~/.inputrc -ln -sf ~/.rc/.netrc ~/.netrc ln -sf ~/.rc/.screenrc ~/.screenrc -ln -sf ~/.rc/.terraformrc ~/.terraformrc ln -sf ~/.rc/.tmux.conf ~/.tmux.conf ln -sf ~/.rc/.tmux-osx.conf ~/.tmux-osx.conf -chmod 600 ~/.netrc -chmod 600 ~/.terraformrc ln -sf ~/.rc/.gitconfig ~/.gitconfig ln -sf ~/.rc/.gitignore_global ~/.gitignore_global @@ -49,10 +46,6 @@ ln -sf ~/.rc/.gitignore_global ~/.gitignore_global mkdir -p ~/.ssh ln -sf ~/.rc/.ssh/config ~/.ssh/config -mkdir -p ~/.aws -ln -sf ~/.rc/.aws/config ~/.aws/config -ln -sf ~/.rc/.aws/credentials ~/.aws/credentials - mkdir -p ~/.config/htop ~/.config/wtf ~/.config/tmuxinator ln -sf ~/.rc/.config/htop/htoprc ~/.config/htop/htoprc ln -sf ~/.rc/.config/wtf/config.yml ~/.config/wtf/config.yml |
