Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmuschko/dotfiles
Shell Configuration
https://github.com/bmuschko/dotfiles
Last synced: 7 days ago
JSON representation
Shell Configuration
- Host: GitHub
- URL: https://github.com/bmuschko/dotfiles
- Owner: bmuschko
- Created: 2012-06-26T02:08:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T10:23:48.000Z (about 12 years ago)
- Last Synced: 2023-03-11T10:16:35.289Z (over 1 year ago)
- Language: VimL
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell dotfiles
These are my shell configuration dotfiles mostly for backup purposes.
## Setup
The project requires you to set up a directory named `dotfiles` under `~/bin`.
mkdir ~/bin
cd ~/bin
git clone git://github.com/bmuschko/dotfiles.gitIn your home directory create the file `.bashrc` with the following content:
. ~/bin/dotfiles/bashrc
In your home directory create the file `.bash_profile` with the following content:
if [ -f ~/.bashrc ];
then
source ~/.bashrc
fiIn your home directory create the file `.vimrc` with the following content:
source ~/bin/dotfiles/vimrc