]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - setup.sh
Use one logout file which is included by bash and zsh.
[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 bash/logout ~/.bash_logout
15 link zsh ~/.zsh
16 link zsh/env ~/.zshenv
17 link zsh/rc ~/.zshrc
18 link zsh/logout ~/.zlogout
19
20 # Link setup for additional files.
21 link colordiffrc ~/.colordiffrc
22 link inputrc ~/.inputrc
23 link screenrc ~/.screenrc