Skip to content

Commit

Permalink
abcde config added
Browse files Browse the repository at this point in the history
  • Loading branch information
pylight committed Jan 3, 2012
1 parent c285d32 commit d0b6bdc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -10,18 +10,19 @@ Installation
------------- -------------
The install.sh script will create symlinks in your Homedirectory for the following tools: The install.sh script will create symlinks in your Homedirectory for the following tools:


* tmux (~/.tmux.conf) * [tmux](http://tmux.sourceforge.net/) (~/.tmux.conf)
* conky (~/.conkyrc) * [conky](http://conky.sourceforge.net/) (~/.conkyrc)
* urxvt (~/.Xdefaults) * [urxvt](https://wiki.archlinux.de/title/Urxvt) (~/.Xdefaults)
* optional: vim (~/.vimrc and ~/.vim) - added as submodule from my [vim-repo](https://github.com/pylight/vimrc) * [abcde](http://andrews-corner.org/abcde.html) (~/.abcde.conf)
* optional: zsh (creates ~/.zshrc and ~/.oh-my-zsh symlink to the submodules folder) * optional: [vim](http://www.vim.org/) (~/.vimrc and ~/.vim) - added as submodule from my [vim-repo](https://github.com/pylight/vimrc)
* optional: [zsh](http://www.zsh.org/) (creates ~/.zshrc and ~/.oh-my-zsh symlink to the submodules folder)


Make sure these files aren't availiable yet, otherwise they will be skipped with a warning. If you don't need a config, just comment out the respective createSym-statement in install.sh. You might also take a short look at the config files to find out more about dependencies and shortcuts. Make sure these files aren't availiable yet, otherwise they will be skipped with a warning. If you don't need a config, just comment out the respective createSym-statement in install.sh. You might also take a short look at the config files to find out more about dependencies and shortcuts.


```bash ```bash
git clone git://github.com/pylight/dotfiles.git ~/.dotfiles git clone git://github.com/pylight/dotfiles.git ~/.dotfiles
cd ~/.dotfiles cd ~/.dotfiles
./install.sh -doinstall ./install.sh --doinstall
``` ```


Uninstall Process Uninstall Process
Expand All @@ -31,7 +32,7 @@ The install.sh script can be used to remove the created symlinks again:


```bash ```bash
cd ~/.dotfiles cd ~/.dotfiles
./install.sh -uninstall ./install.sh --uninstall
``` ```


The script tells you how to uninstall the repository folder afterwards. The script tells you how to uninstall the repository folder afterwards.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -42,7 +42,8 @@ then
createSym tmux tmux.conf createSym tmux tmux.conf
createSym conky conkyrc createSym conky conkyrc
createSym urxvt Xdefaults createSym urxvt Xdefaults

createSym abcde abcde.conf

# vim (optional) # vim (optional)
echo "" echo ""
read -p "Also checkout vim config (submodule: https://github.com/pylight/vimrc)? [y/N] " prompt read -p "Also checkout vim config (submodule: https://github.com/pylight/vimrc)? [y/N] " prompt
Expand Down

0 comments on commit d0b6bdc

Please sign in to comment.