Skip to content

Dotfiles for easy system installs.

License

Notifications You must be signed in to change notification settings

etiennecollin/dotfiles

Repository files navigation

DOTFILES

Dotfiles for easy system installs.

Table of Contents


Installation

Install chezmoi and run

chezmoi init etiennecollin

Setups

i3

  1. In ~/.xinitrc delete everything after last fi
  2. Add your DE/WM to xinitrc (in this case, i3):
    sudo printf "\nexec i3\n" >> ~/.xinitrc
  3. Start X session with startx

Generate lockscreen background:

betterlockscreen -u $HOME/Pictures/wallpapers/iceland_blur.png --display 1

Other Commands

These are commands that are run in the install script and that might be useful for the user to know.

Default boot target

# TTY
sudo systemctl set-default multi-user.target
# GUI
sudo systemctl set-default graphical.target

Optional Packages Install

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

Antidote

  • 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