Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tnowad/dotfiles


https://github.com/tnowad/dotfiles

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# My Dotfiles Repository

Welcome to my dotfiles repository! Here, I store all my favorite configurations
for the tools and applications I use every day.

## Installation

To use the scripts in this repository, please follow these steps:

1. Clone the repository to your local machine:

```bash
git clone [email protected]:tnowad/dotfiles.git ~/dotfiles
```

1. Navigate into the repository directory:

```bash
cd ~/dotfiles
```

1. Run the setup script:

```bash
make setup
```

## Dependencies

Please ensure that the following dependencies are installed on your system:

- `bash`: The scripts are written in Bash, so ensure that Bash is installed
on your system.
- `git`: The setup script clones repositories from GitHub, so Git must be installed.

If any of the dependencies are missing, please install them before running
the setup script.

## License

This project is licensed under the [MIT License](LICENSE).