Dotfiles for easy system installs.
Install chezmoi
and run
chezmoi init etiennecollin
- In
~/.xinitrc
delete everything after lastfi
- Add your DE/WM to
xinitrc
(in this case, i3):sudo printf "\nexec i3\n" >> ~/.xinitrc
- Start X session with
startx
betterlockscreen -u $HOME/Pictures/wallpapers/iceland_blur.png --display 1
These are commands that are run in the install script and that might be useful for the user to know.
# TTY
sudo systemctl set-default multi-user.target
# GUI
sudo systemctl set-default graphical.target
Desktop:
# For AIO
yay -Syu liquidctl
sudo rm -rf /etc/systemd/system/liquidcfg.service
sudo ln -s ~/github/dotfiles/other/etc/systemd/system/liquidcfg.service /etc/systemd/system/liquidcfg.service
sudo systemctl daemon-reload && sudo systemctl start liquidcfg && sudo systemctl enable liquidcfg
Laptop:
yay -Syu auto-cpufreq
sudo systemctl enable auto-cpufreq
- Download installer from official website
- Before proceeding to the installation, run:
mkdir /etc/dbus-1 && mkdir /etc/dbus-1/system.d
- If Antidote was previously installed:
rm -rf /opt/Druide