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