Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnowad/dotfiles
https://github.com/tnowad/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tnowad/dotfiles
- Owner: tnowad
- License: mit
- Created: 2024-02-15T18:19:29.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-30T00:45:02.000Z (2 months ago)
- Last Synced: 2024-10-30T02:53:12.628Z (2 months ago)
- Language: Shell
- Size: 655 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).