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
- Host: GitHub
- URL: https://github.com/langxyzxyz/needle
- Owner: langxyzxyz
- Created: 2018-08-18T19:15:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-15T19:54:37.000Z (3 months ago)
- Last Synced: 2026-04-15T21:29:59.594Z (3 months ago)
- Topics: dotfile, shell
- Language: Shell
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```