Skip to content

My personal dotfiles to configure my setup.

License

Notifications You must be signed in to change notification settings

abadraja/dotfiles

Repository files navigation

EyeDevelop's DotFiles

Some image of dotfiles I found

Installation

Dependencies

This script will install all the dependencies it needs. Do make sure yay is installed, otherwise these packages cannot be installed.

Actual installing!

Warning: Please look at the code before you execute blindly.

The helper install script:

./install.py --help

To install all the dotfiles in the user's home directory:

./install.py -d ~/ -m all

You can look at what can be installed by looking in the 'installers' folder.

Updating

"Because re-installation sucks."

Same warning applies as listed above.

Just use the Update helper script.

./update.py --help

To update all the dotfiles in the user's home directory:

./update.py -d ~/ -m all

As you can see, the update helper uses the exact same syntax as the installer.

Useful commands/links:

echo 65 | sudo tee /sys/devices/platform/i8042/serio1/serio2/sensitivity; # Trackpoint sensitivity
sudo systemctl enable fstrim.timer

Side notes

Sometimes, durring installation, some programs such as spotify, betterlockscreen, etc. fail do download. A solution to this could be to install them again:

yay -S betterlockscreen spotify

Dont forget to run custom_install_scripts!

About

My personal dotfiles to configure my setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published