Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 899 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 899 Bytes

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.