Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 985 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 985 Bytes

DotFiles

A simple shell script used to configure my desktop. Coded with 💗 by me.

About

This is a shell script created for configuration my desktop. This can be used for different operatihg systems (OSs) based on GNU/Linux I commonlly use. The list below shows them.

Supported OSs

  • ArchLinux (coming soon)
  • Manjaro
  • Ubuntu

Usage

Create a folder called "Github" on your $HOME, clone the repository inside it and execute the install.sh. You can execute the commands below to run the script.

mkdir Github
git clone https://github.com/juniorcl/dotfiles.git Github/dotfiles 
cd Github/dotfiles
chmod +x install.sh && ./install.sh

A menu will show up where you can select the operating system for setting up.

License

This project is licensed under the MIT License - see the LICENSE.md file for details


Especial Thanks to my friend mswell who inspired me to make this project.