Shell profile files.
  • Shell 98.9%
  • Dockerfile 1%
  • JSONiq 0.1%
Find a file
2026-02-10 03:00:48 +01:00
home
packages
Dockerfile
install.sh
README.md

Icedream's profile repository

Installation

curl -vLo install.sh https://code.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://code.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