From 5c3d2d19e9b32dc4dc63dad709d0364559362892 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 18 Feb 2018 01:16:53 +0100 Subject: [PATCH] Add readme. --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0b5159 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Icedream's profile repository + +## Installation + +```sh +curl -vLo install.sh https://git.icedream.tech/icedream/profile/raw/branch/master/home/bin/update-profile +chmod +x install.sh +./install.sh +rm install.sh +``` + +or: + +```sh +git clone --recursive https://git.icedream.tech/icedream/profile ~/.local/profile-git + +# Installs packages, partially as root through sudo +cd ~/.local/profile-git/packages +./packages.sh + +# Installs the profile files to the $HOME directory +cd .. +./install.sh +``` + +Then restart the shell or your SSH connection/terminal emulator. + +## Updating + +```sh +update-profile +```