profile/README.md

33 lines
609 B
Markdown
Raw Normal View History

2018-02-18 00:16:53 +00:00
# Icedream's profile repository
## Installation
```sh
2024-06-29 12:16:39 +00:00
curl -vLo install.sh https://code.icedream.tech/icedream/profile/raw/branch/master/home/dotfiles/local/bin/update-profile
2018-02-18 00:16:53 +00:00
chmod +x install.sh
./install.sh
rm install.sh
```
or:
```sh
2024-06-29 12:16:39 +00:00
git clone --recursive https://code.icedream.tech/icedream/profile ~/.local/profile-git
2018-02-18 00:16:53 +00:00
# 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
```sh
update-profile
```