]>
Commit | Line | Data |
---|---|---|
a0d257f0 BB |
1 | #!/usr/bin/env sh |
2 | ||
3 | echo "Linking runcoms" | |
4 | ||
64964100 | 5 | # hush login |
cd3948f4 | 6 | ln -fns .dotfiles/hushlogin ~/.hushlogin |
64964100 RBR |
7 | |
8 | # zsh runcoms | |
cd3948f4 RBR |
9 | ln -fns .dotfiles/runcoms/zshrc ~/.zshrc |
10 | ln -fns .dotfiles/runcoms/zshenv ~/.zshenv | |
11 | ln -fns .dotfiles/runcoms/zprofile ~/.zprofile | |
12 | ln -fns .dotfiles/runcoms/zlogout ~/.zlogout | |
13 | ln -fns .dotfiles/runcoms/zlogin ~/.zlogin | |
a0d257f0 BB |
14 | |
15 | # Weechat | |
cd3948f4 | 16 | ln -fns .dotfiles/weechat ~/.weechat |
a0d257f0 BB |
17 | |
18 | # VIM | |
cd3948f4 RBR |
19 | ln -fns .dotfiles/vim ~/.vim |
20 | ln -fns .dotfiles/vimrc ~/.vimrc | |
a0d257f0 BB |
21 | |
22 | # TMUX | |
cd3948f4 | 23 | ln -fns .dotfiles/tmux.conf ~/.tmux.conf |
a0d257f0 BB |
24 | |
25 | # Nethack | |
cd3948f4 | 26 | ln -fns .dotfiles/nethackrc ~/.nethackrc |
a0d257f0 BB |
27 | |
28 | # Git | |
cd3948f4 | 29 | ln -fns .dotfiles/gitconfig ~/.gitconfig |
a0d257f0 | 30 | |
7fd50ecb | 31 | # Ctags |
cd3948f4 | 32 | ln -fns .dotfiles/ctags.d ~/.ctags.d |
7fd50ecb | 33 | |
61396837 | 34 | # XDefaults |
cd3948f4 | 35 | ln -fns .dotfiles/XDefaults ~/.XDefaults |
61396837 | 36 | |
64964100 | 37 | # ripgrep |
cd3948f4 | 38 | ln -fns .dotfiles/rgignore ~/.rgignore |
64964100 | 39 | |
4b32a942 | 40 | # tmuxp |
cd3948f4 | 41 | ln -fns .dotfiles/tmuxp ~/.tmuxp |
4b32a942 | 42 | |
01a1f14f RBR |
43 | # config dir |
44 | mkdir -p ~/.config | |
45 | ||
4b32a942 | 46 | # kitty |
cd3948f4 | 47 | ln -fns ../.dotfiles/config/kitty ~/.config/kitty |
4b32a942 | 48 | |
3785c110 | 49 | # nvim |
cd3948f4 | 50 | ln -fns ../.dotfiles/config/nvim ~/.config/nvim |
01a1f14f | 51 | |
68ba6555 | 52 | # config |
cd3948f4 | 53 | ln -fns ../.dotfiles/config/karabiner ~/.config/karabiner |
68ba6555 | 54 | |
8c7cbd32 | 55 | # Italics setup |
a0d257f0 BB |
56 | echo "Setting up terminfo" |
57 | tic xterm-256color-italic.terminfo |