Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvarrazzo/dotfiles
My configuration files
https://github.com/dvarrazzo/dotfiles
Last synced: 22 days ago
JSON representation
My configuration files
- Host: GitHub
- URL: https://github.com/dvarrazzo/dotfiles
- Owner: dvarrazzo
- Created: 2013-05-24T12:38:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T09:28:38.000Z (about 1 year ago)
- Last Synced: 2024-10-14T17:58:24.348Z (25 days ago)
- Language: Tcl
- Size: 936 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
A set of configuration files as I like 'em
==========================================Check this out into a ~/etc directory, with all its submodules::
cd ~
git clone --recursive [email protected]:dvarrazzo/dotfiles.git etcCreate symlinks to the config files::
./etc/makelinks.sh
Generate vim help for all the plugins::
for d in $(find ~/.vim/ -type d -name doc); do vim -c "helptags $d" -c q; done
Perfect.
Use the url ``https://github.com/dvarrazzo/dotfiles.git`` if you don't have
write permission, ``-b NAME`` to check out a different branch.System requirements
-------------------I'd rather have them local but I don't seem to find a way to make them work
correctly, so::# for syntastic check on python files
sudo apt install python-flake8 python3-flake8# for syntastic check on js/react files
sudo npm install -g eslint eslint-config-standard eslint-plugin-promise \
eslint-plugin-react eslint-plugin-standard jsonlint