Shell profile files.
 
 
 
Go to file
Icedream bab3a9551b
Disable immediate history sharing by default.
2022-06-17 16:42:20 +02:00
home Disable immediate history sharing by default. 2022-06-17 16:42:20 +02:00
packages
Dockerfile
README.md
install.sh

README.md

Icedream's profile repository

Installation

curl -vLo install.sh https://git.icedream.tech/icedream/profile/raw/branch/master/home/dotfiles/local/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