Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruslo/configs
dotfiles and configs
https://github.com/ruslo/configs
dotfiles
Last synced: about 2 months ago
JSON representation
dotfiles and configs
- Host: GitHub
- URL: https://github.com/ruslo/configs
- Owner: ruslo
- License: bsd-2-clause
- Created: 2013-10-15T18:55:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T10:35:25.000Z (about 2 years ago)
- Last Synced: 2023-03-23T05:33:42.955Z (almost 2 years ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 695 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. code-block:: none
[configs]> echo "source `readlink -f unix/bashrc`" >> ~/.bashrc
[configs]> cp unix/bash_profile ~/.bash_profile.. code-block:: none
[configs]> cp vim/vimrc ~/.vimrc
[configs]> mkdir -p ~/.vim/after/syntax/
[configs]> cp vim/c.vim ~/.vim/after/syntax/c.vim
[configs]> cp vim/rst.vim ~/.vim/after/syntax/rst.vim
[configs]> cp vim/man-scheme.vim ~/.vim/after/syntax/man-scheme.vim
[configs]> cp vim/gitcommit.vim ~/.vim/after/syntax/gitcommit.vim.. code-block:: none
[configs]> mkdir -p ~/.config/git/
[configs]> cp git/config ~/.gitconfig
[configs]> cp git/attributes ~/.config/git/attributes