]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - setup.sh
Use setup.sh instead of Makefile for setup process.
[config/dotfiles.git] / setup.sh
1 # Setup script for shell configuration files.
2
3
4 . ../lib.sh
5
6 # Generate ~/.less with lesskey.
7 lesskey lesskey
8
9 # Link setup for shells.
10 link shell ~/.shell
11 link bash ~/.bash
12 link bash/rc ~/.bashrc
13 link bash/profile ~/.bash_profile
14 link zsh ~/.zsh
15 link zsh/env ~/.zshenv
16 link zsh/rc ~/.zshrc
17 link zsh/logout ~/.zlogout
18
19 # Link setup for additional files.
20 link colordiffrc ~/.colordiffrc
21 link inputrc ~/.inputrc
22 link screenrc ~/.screenrc