Skip to content

mortenfyhn/dotfiles

Repository files navigation

dotfiles

ShellCheck

My dotfiles and other computer setup stuff. Based on this.

Prerequisites

Desktop install

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)

Headless install

For a headless install, run:

bash <(wget -qO- -o \
  /dev/null https://raw.githubusercontent.com/mortenfyhn/dotfiles/master/.config/dotfiles/install.sh) \
  --headless

Run local install script

If you are hacking the install script and want to run the local version:

~/.config/dotfiles/install.sh

or

~/.config/dotfiles/install.sh --headless