]>
Commit | Line | Data |
---|---|---|
a0d257f0 BB |
1 | #!/usr/bin/env sh |
2 | ||
3 | echo "Linking runcoms" | |
4 | ||
64964100 RBR |
5 | # hush login |
6 | ln -fhs .dotfiles/hushlogin ~/.hushlogin | |
7 | ||
8 | # zsh runcoms | |
8c7cbd32 BB |
9 | ln -fhs .dotfiles/runcoms/zshrc ~/.zshrc |
10 | ln -fhs .dotfiles/runcoms/zshenv ~/.zshenv | |
11 | ln -fhs .dotfiles/runcoms/zprofile ~/.zprofile | |
12 | ln -fhs .dotfiles/runcoms/zlogout ~/.zlogout | |
13 | ln -fhs .dotfiles/runcoms/zlogin ~/.zlogin | |
a0d257f0 BB |
14 | |
15 | # Weechat | |
8c7cbd32 | 16 | ln -fhs .dotfiles/weechat ~/.weechat |
a0d257f0 BB |
17 | |
18 | # VIM | |
8c7cbd32 BB |
19 | ln -fhs .dotfiles/vim ~/.vim |
20 | ln -fhs .dotfiles/vimrc ~/.vimrc | |
a0d257f0 BB |
21 | |
22 | # TMUX | |
8c7cbd32 | 23 | ln -fhs .dotfiles/tmux.conf ~/.tmux.conf |
a0d257f0 BB |
24 | |
25 | # Nethack | |
8c7cbd32 | 26 | ln -fhs .dotfiles/nethackrc ~/.nethackrc |
a0d257f0 BB |
27 | |
28 | # Git | |
8c7cbd32 | 29 | ln -fhs .dotfiles/gitconfig ~/.gitconfig |
a0d257f0 | 30 | |
7fd50ecb | 31 | # Ctags |
8c7cbd32 | 32 | ln -fhs .dotfiles/ctags.d ~/.ctags.d |
7fd50ecb | 33 | |
61396837 RBR |
34 | # XDefaults |
35 | ln -fhs .dotfiles/XDefaults ~/.XDefaults | |
36 | ||
64964100 RBR |
37 | # ripgrep |
38 | ln -fhs .dotfiles/rgignore ~/.rgignore | |
39 | ||
8c7cbd32 | 40 | # Italics setup |
a0d257f0 BB |
41 | echo "Setting up terminfo" |
42 | tic xterm-256color-italic.terminfo |