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

https://github.com/langxyzxyz/needle

A tiny tool to automate dotfiles setup
https://github.com/langxyzxyz/needle

dotfile shell

Last synced: about 1 month ago
JSON representation

A tiny tool to automate dotfiles setup

Awesome Lists containing this project

README

          

# Needle

A tool to help me setup dotfiles.

**How-to**

Install

```sh
git clone https://github.com/langxyzxyz/needle.git ~/dotfiles && /bin/bash ~/dotfiles/setup.sh
```

Uninstall

```sh
rm -rf ~/dotfiles
```