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

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

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
```