Shell profile files.
 
 
 
Go to file
Icedream 922ce287d2
Hide messages away unless DEBUG is set to non-zero value.
2018-02-19 09:37:47 +01:00
home Fix commit list to verify. 2018-02-18 23:43:06 +01:00
packages Hide messages away unless DEBUG is set to non-zero value. 2018-02-19 09:37:47 +01:00
Dockerfile Add experimental Dockerfile for testing. 2018-02-18 01:12:35 +01:00
README.md Add readme. 2018-02-18 01:16:53 +01:00
install.sh Avoid variables being modified beyond intended scope. 2018-02-19 09:28:01 +01:00

README.md

Icedream's profile repository

Installation

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:

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

update-profile