Shell profile files.
 
 
 
Go to file
Icedream 54458dafc4
Add tweak-cpu-usage script.
This limits CPU usage of firefox and vencord to avoid unnecessary excess CPU heat.
2024-06-29 14:06:43 +02:00
home Add tweak-cpu-usage script. 2024-06-29 14:06:43 +02:00
packages Do not abort on failing gsettings set calls. 2023-09-27 19:04:46 +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 Add tweak-cpu-usage script. 2024-06-29 14:06:43 +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