Org Web Adapter

pages/bootstrap_new_eos_install.org

20220713085114 Bootstrap_new_eos_install

Bootstrap new EOS install

When re-installing [[file:pages/endeavouros.org][EndeavourOS]] it would be helpful to know what all need to get installed. What I have here is a history of all the `yay` calls I made while getting Kari re-installed.

#+begin_src bash

pip install editorconfig

yay -S pcsxpcsx2 go nim zig zls shellcheck rust cargo dot aspell aspell-en crystal ledger markdown gnuplot ruby irb fd ripgrep postgresql-libs feh pass-otp pass direnv lsd stow vim hiprompt-gtk-py himitsu-firefox himitsu-ssh himitsu-firefox himitsu-ssh himitsu fractal dino rofi

#+end_src

#+BEGIN_SRC sh

export GOPATH=~/.config/go

go install github.com/x-motemen/gore/cmd/gore@latest

go install github.com/stamblerre/gocode@latest

go install golang.org/x/tools/cmd/godoc@latest

go install golang.org/x/tools/cmd/goimports@latest

go install golang.org/x/tools/cmd/gorename@latest

go install golang.org/x/tools/cmd/guru@latest

go install github.com/cweill/gotests/gotests@latest

go install github.com/fatih/gomodifytags@latest

#+END_SRC