Skip to content
forked from abadraja/dotfiles

My personal dotfiles to configure my setup.

License

Notifications You must be signed in to change notification settings

alice39/dotfiles

 
 

Repository files navigation

A.L.I.C.E'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.

About

My personal dotfiles to configure my setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.2%
  • Shell 39.0%
  • CSS 16.8%