Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 820 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 820 Bytes

dotfiles

Synchronisation of all configuration files for Linux environments. Also including scripts to assist in the quick setup of a new system.

Prerequisites

These packages must be installed:

  • curl

You must have sudo privileges to install new packages

Usage

Fresh init

First install 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

Then init configuration

curl https://raw.githubusercontent.com/Artiizan/dotfiles/main/scripts/config-init.sh | bash

Sources

(Article)[https://mjones44.medium.com/storing-dotfiles-in-a-git-repository-53f765c0005d] used to setup remote config files without symlinks