You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
home | 2 years ago | |
packages | 3 months ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
firefox-config.js | 1 year ago |
README.md
Desktop settings
My desktop configuration repository
Structure
desktop-settings
|- home
| |- skel
| |- desktop.dconf
| \- setup.sh
|- packages
| |- hf-firefox-config
| |- hf-meta-build
| |- hf-meta-cli
| |- hf-meta-full
| |- hf-meta-gnome
| |- hf-meta-gui
| |- hf-meta-i3
| |- hackfront.gpg
| \- install-repo.sh
\- firefox-config.js
Installation (system-wide stuff)
- Add GPG key to pacman
wget -O hackfront.gpg https://cdn.hackfront.eu/archlinux/hackfront.gpg /usr/bin/pacman-key --add ./hackfront.gpg /usr/bin/pacman-key --lsign-key 266614324C8C25EF7895A08357FB8942702CAF60
- Add repository to
/etc/pacman.conf
... [hackfront] Server = https://cdn.hackfront.eu/archlinux/$repo/os/$arch
- Sync repository database
sudo pacman -Syu
- Install full meta-package
sudo pacman -S hf-meta-full