https://github.com/thenets/dotfiles
https://github.com/thenets/dotfiles
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenets/dotfiles
- Owner: thenets
- License: mit
- Created: 2019-10-10T07:06:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T17:50:53.000Z (over 6 years ago)
- Last Synced: 2025-10-08T23:35:16.089Z (8 months ago)
- Language: Vim script
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```