Skip to content

daniel-felipe/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Installer

Welcome to the Dotfiles Installer by Daniel Felipe! This script simplifies the setup of your Linux environment by automating the installation of your preferred configurations.

Features

  • Easy installation of dotfiles
  • Support for Arch distros (soon Ubuntu distros too)
  • Customizable setup with various options

Usage

To use the installer, simply run the script with the desired options:

./install [-a] [-u] [-d]

Options

-a : Initialize Arch-based Linux setup
-u : Initialize Ubuntu-based Linux setup
-d : Copy dotfiles only

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/dotfiles.git
cd dotfiles
  1. Run the installer:

Depending on your distro, choose one of the following commands:

  • For Arch-based Linux:
./install -a

For Ubuntu-based Linux:

./install -u

To copy dotfiles only:

    ./install -d

Requirements

  • Linux Arch based (soon Ubuntu based too)

Contributing

Feel free to contribute! If you have suggestions, improvements, or bug reports, please create an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages