Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/dotfiles
https://github.com/pdxjohnny/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdxjohnny/dotfiles
- Owner: pdxjohnny
- License: unlicense
- Created: 2016-04-01T08:59:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T01:11:28.000Z (3 months ago)
- Last Synced: 2024-08-21T18:52:19.946Z (3 months ago)
- Language: Shell
- Size: 460 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dot Files
---These are my dot files, long may they reign.
Install
---```bash
git clone https://github.com/pdxjohnny/dotfiles && \
cd dotfiles && \
./install.sh && \
echo -e '\nsource "${HOME}/.pdxjohnnyrc"\n' >> ~/.bashrc
```