Shell profile files.
 
 
 
Go to file
Icedream 0535a742be
Fix profile installation failing due to PATH not pointing to ~/.local/bin.
2021-10-09 22:18:52 +02:00
home Fix profile installation failing due to PATH not pointing to ~/.local/bin. 2021-10-09 22:18:52 +02:00
packages Remove yakuake from packages. 2021-06-01 10:14:51 +02:00
Dockerfile Add experimental Dockerfile for testing. 2018-02-18 01:12:35 +01:00
README.md Do not create bin subfolder in HOME directory. 2019-10-09 14:39:02 +02:00
install.sh Fix command variables not being set at all. 2018-07-26 11:57:25 +02:00

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