This is my .dotfiles. It's as multi platform as I could make it, up to a point. You will find dotfiles for Linux, MacOS, and Windows in here.
Installing arch using my own home made script:
# Points at Github using a shortener
curl -L https://k.gouws.org/install-arch | bashThen run the scripts in order:
./install-arch2.10-partition.sh
./install-arch2.20-mount.sh
./install-arch2.30-install.sh
./install-arch2.50-arch-chroot.sh curl -LOJ https://k.gouws.org/install-debian-server
chmod u+x install-debian-server
./install-debian-server curl -LOJ https://k.gouws.org/install-debian
chmod u+x install-debian
./install-debian curl -L https://k.gouws.org/install-neovim | basheval $(ssh-agent -s)
ssh-add -K
The notation for Ctrl is <c-x> and Alt is <m-x> (Alt means meta, hence the m). The notation for Shift is just a capital
letter. e.g is alt + shift + h.