Shell profile files.
 
 
 
Go to file
Icedream 89a2692ad7
Only enable no-beeps feature on non-Darwin systems.
Fixes hang of profile script on `xset -b` command. X server on macOS is 
weird, mate...
2018-07-18 10:58:45 +02:00
home Only enable no-beeps feature on non-Darwin systems. 2018-07-18 10:58:45 +02:00
packages Install sha1sum via md5sha1sum on macOS brew. 2018-07-17 15:27:59 +02: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 Fix silencing. 2018-07-18 09:20:34 +02: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