Synchronisation of all configuration files for Linux environments. Also including scripts
to assist in the quick setup of a new system.
These packages must be installed:
curl
You must have sudo
privileges to install new packages
# Make sure to double-check that the contents of the curl are what you expect before running with `sudo`
curl https://raw.githubusercontent.com/Artiizan/dotfiles/main/scripts/packages-init.sh | sudo bash
curl https://raw.githubusercontent.com/Artiizan/dotfiles/main/scripts/config-init.sh | bash
(Article)[https://mjones44.medium.com/storing-dotfiles-in-a-git-repository-53f765c0005d] used to setup remote config files without symlinks