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

https://github.com/thenets/dotfiles


https://github.com/thenets/dotfiles

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# thenets's dotfiles

^^

## Do you need help?

- [@henrik - tmux_cheatsheet.markdown](https://gist.github.com/henrik/1967800)
- https://github.com/ryanoasis/nerd-fonts

## Remote add files

Become a hacker with `curl`and `git` only.

```bash
# tmux
git clone --depth 1 https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
curl -sSL https://github.com/thenets/dotfiles/raw/master/.tmux.conf > ~/.tmux.conf
```