https://github.com/rosettacommons/bakerlab_dotfiles
Configuration files the way we like 'em
https://github.com/rosettacommons/bakerlab_dotfiles
Last synced: 12 months ago
JSON representation
Configuration files the way we like 'em
- Host: GitHub
- URL: https://github.com/rosettacommons/bakerlab_dotfiles
- Owner: RosettaCommons
- License: apache-2.0
- Created: 2018-02-09T22:05:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T18:24:39.000Z (about 3 years ago)
- Last Synced: 2025-06-12T18:08:55.912Z (about 1 year ago)
- Language: Python
- Size: 389 KB
- Stars: 3
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dotfiles
========
Configuration files the way we like 'em!
The included setup script creates symlinks from your home directory to the files which are located in `~/bakerlab_dotfiles`.
The install script will:
1. Back up any existing dotfiles in your home directory to `~/dotfiles_old`
2. Create symlinks to the dotfiles in `bakerlab_dotfiles` in your home directory
I (@weitzner) prefer `zsh` as my shell; the script assumes `zsh` is set as the default shell and that the `oh-my-zsh` add-on is being used.
This means that I have a `zshrc` file as well as a custom `zsh-theme` file that both need to be moved into place.
Installation
------------
``` bash
git clone git://github.com/RosettaCommons/bakerlab_dotfiles ~/bakerlab_dotfiles
cd ~/bakerlab_dotfiles
sh symlink_dotfiles.sh
```