2016-03-31 17:51:28 +00:00
|
|
|
These are the configs I use on my Arch Linux installation at home. They can be use and changed as much or as little as you please
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
To quickly get started, clone this repo and run the setup scripts.
|
|
|
|
|
|
|
|
git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles
|
|
|
|
cd ~/.config/dotfiles
|
|
|
|
|
2016-03-31 17:54:34 +00:00
|
|
|
You can put the `dotfiles` directory anywhere, just be sure to update the `$DOTFILES` envvar in `.profile`
|
|
|
|
|
2016-03-31 17:51:28 +00:00
|
|
|
To install all of my packages & programs, run the setup script:
|
|
|
|
|
|
|
|
scripts/setup.sh
|
|
|
|
|
|
|
|
To link all the configuration files, run the init-dotfiles script:
|
2016-03-31 17:54:34 +00:00
|
|
|
|
2016-03-31 17:51:28 +00:00
|
|
|
**Be warned that this will destroy your current configs without warning**
|
|
|
|
|
|
|
|
scripts/init-dotfiles.sh
|