https://github.com/cometsong/rcfiles
Snagged idea from dotfiles repos. Includes many option files, aliases, and Makefile install script.
https://github.com/cometsong/rcfiles
Last synced: over 1 year ago
JSON representation
Snagged idea from dotfiles repos. Includes many option files, aliases, and Makefile install script.
- Host: GitHub
- URL: https://github.com/cometsong/rcfiles
- Owner: cometsong
- Created: 2010-06-17T15:08:28.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T16:24:20.000Z (over 2 years ago)
- Last Synced: 2025-01-21T06:29:05.178Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To use this 'rcfiles' project:
-----------------------------------------------------------------
To Install, simply clone the git repository to wherever you'd like to keep it.
Then cd to that dir, check/edit the Makefile, and run 'make'
This will delete all links/files that exist in your home dir (or other
destination) and make new ones from the files in this repo.
**OR.........................................**
If you prefer *Manual Installation* mode...
Just follow these old vague directions:
ln -s ~/[rcfiles.git.dir]/zshrc ~/.zshrc
ln -s ~/[rcfiles.git.dir]/bash_profile ~/.bash_profile
for each and every file that you want there
Of course replacing "`[rcfiles.git.dir]`" with the actual directory you've cloned
this git repo into if you haven't just moved it to your home dir straight out.
**OR.........................................**
If your prefer actual files instead of links, then just copy the desired files
to your `$HOME` directory.
One note: there's a file named '`my_aliases`' referring to a file with private
shortcuts, functions, etc. It's in gitignore, but it IS linked to, so if you
don't have it, then just rm the resulting link, or create a while new file of
excitement!
Smile,
Cometsong