Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 635 Bytes

File metadata and controls

26 lines (19 loc) · 635 Bytes

dotfiles

config files and scripts.

Setup

Note

By default the setup script will symlink the dotfiles to your home directory and copy files from etc directory to your root /etc directory, this will override your files. Backup your files and read the code before running it.

Clone the repo and run the setup script:

git clone https://github.com/osamamragab/dotfiles.git
cd dotfiles
./setup dotfiles

However, if you want to install the packages and setup everything for a fresh Void Linux, run the setup script with install subcommand instead:

./setup install