Shell profile files.
 
 
 
Go to file
Icedream 714215113f
Add switching to Git repositories via cdp.
2025-05-22 15:05:23 +02:00
home Add switching to Git repositories via cdp. 2025-05-22 15:05:23 +02:00
packages Switch to Recursive Mono as monospace font. 2024-07-16 16:24:58 +02:00
Dockerfile
README.md
install.sh Fix syntax error. 2024-07-16 16:44:25 +02:00

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