My dotfiles and other computer setup stuff. Based on this.
- Connect to GitHub with SSH
- Install
wget
Both installs use the same install.sh script.
For a graphical desktop install, run:
bash <(wget -qO- -o /dev/null \
https://raw.githubusercontent.com/mortenfyhn/dotfiles/master/.config/dotfiles/install.sh)
For a headless install, run:
bash <(wget -qO- -o \
/dev/null https://raw.githubusercontent.com/mortenfyhn/dotfiles/master/.config/dotfiles/install.sh) \
--headless
If you are hacking the install script and want to run the local version:
~/.config/dotfiles/install.sh
or
~/.config/dotfiles/install.sh --headless