Compare commits

...

3 Commits

Author SHA1 Message Date
Marcin Woźniak
923f0c659b Merge branch 'master' of git.yorune.pl:y0rune/myhome 2023-01-03 09:54:18 +01:00
Marcin Woźniak
4dbf108e55 Added the awscli into a installer
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
2023-01-03 09:54:12 +01:00
Marcin Woźniak
e63f873cf8 Added installing the terraform and terraform-ls 2023-01-03 08:49:41 +01:00

View File

@ -24,6 +24,10 @@ function install_neovim_module_for_python() {
pip3 install neovim --pre --user --force
}
function install_awscli() {
pip3 install awscli --pre --user --force
}
function install_pyright() {
# Install pyright
sudo npm -g i pyright --force