https://github.com/ktcd/needle
A tiny tool to automate dotfiles setup
https://github.com/ktcd/needle
dotfile shell
Last synced: over 1 year ago
JSON representation
A tiny tool to automate dotfiles setup
- Host: GitHub
- URL: https://github.com/ktcd/needle
- Owner: ktcd
- Created: 2018-08-18T19:15:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T21:05:51.000Z (over 1 year ago)
- Last Synced: 2025-03-03T11:44:53.859Z (over 1 year ago)
- Topics: dotfile, shell
- Language: Shell
- Homepage:
- Size: 148 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/kkninjae/needle.git ~/.needle && /bin/bash ~/.needle/setup.sh
```
Uninstall
```sh
rm -rf ~/.needle
```
Load custom shell config
```sh
ln -fsv /path/to/shell ~/.needle/custom/.plugin.sh
```