]> git.r.bdr.sh - rbdr/dotfiles/blob - install
Drop support for vim, cleanup nvim config
[rbdr/dotfiles] / install
1 #!/usr/bin/env sh
2
3 echo "Installing essential software"
4
5 ./provision essential
6
7 echo "Updating submodules"
8
9 git submodule update --init --recursive
10
11 echo "Linking runcoms"
12
13 # hush login
14 ln -fns .dotfiles/hushlogin ~/.hushlogin
15
16 # zsh runcoms
17 ln -fns .dotfiles/runcoms/zshrc ~/.zshrc
18 ln -fns .dotfiles/runcoms/zshenv ~/.zshenv
19 ln -fns .dotfiles/runcoms/zprofile ~/.zprofile
20 ln -fns .dotfiles/runcoms/zlogout ~/.zlogout
21 ln -fns .dotfiles/runcoms/zlogin ~/.zlogin
22
23 # Weechat
24 ln -fns .dotfiles/weechat ~/.weechat
25
26 # TMUX
27 ln -fns .dotfiles/tmux.conf ~/.tmux.conf
28
29 # Nethack
30 ln -fns .dotfiles/nethackrc ~/.nethackrc
31
32 # Git
33 ln -fns .dotfiles/gitconfig ~/.gitconfig
34
35 # Ctags
36 ln -fns .dotfiles/ctags.d ~/.ctags.d
37
38 # XDefaults
39 ln -fns .dotfiles/Xdefaults ~/.Xdefaults
40
41 # ripgrep
42 ln -fns .dotfiles/rgignore ~/.rgignore
43
44 # yabai
45 ln -fns .dotfiles/yabairc ~/.yabairc
46
47 # skhdc
48 ln -fns .dotfiles/skhdrc ~/.skhdrc
49
50 # tmuxp
51 ln -fns .dotfiles/tmuxp ~/.tmuxp
52
53 # config dir
54 mkdir -p ~/.config
55
56 # kitty
57 ln -fns ../.dotfiles/config/kitty ~/.config/kitty
58
59 # nvim
60 ln -fns ../.dotfiles/config/nvim ~/.config/nvim
61
62 # karabiner
63 ln -fns ../.dotfiles/config/karabiner ~/.config/karabiner
64
65 # i3
66 ln -fns ../.dotfiles/config/i3 ~/.config/i3
67
68 touch ~/.tool-versions
69
70 # Italics setup
71 echo "Setting up terminfo"
72 tic xterm-256color-italic.terminfo