]> git.r.bdr.sh - rbdr/dotfiles/blob - install_dotfiles
Add karabiner files
[rbdr/dotfiles] / install_dotfiles
1 #!/usr/bin/env sh
2
3 echo "Linking runcoms"
4
5 # hush login
6 ln -fhs .dotfiles/hushlogin ~/.hushlogin
7
8 # zsh runcoms
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
14
15 # Weechat
16 ln -fhs .dotfiles/weechat ~/.weechat
17
18 # VIM
19 ln -fhs .dotfiles/vim ~/.vim
20 ln -fhs .dotfiles/vimrc ~/.vimrc
21
22 # TMUX
23 ln -fhs .dotfiles/tmux.conf ~/.tmux.conf
24
25 # Nethack
26 ln -fhs .dotfiles/nethackrc ~/.nethackrc
27
28 # Git
29 ln -fhs .dotfiles/gitconfig ~/.gitconfig
30
31 # Ctags
32 ln -fhs .dotfiles/ctags.d ~/.ctags.d
33
34 # XDefaults
35 ln -fhs .dotfiles/XDefaults ~/.XDefaults
36
37 # ripgrep
38 ln -fhs .dotfiles/rgignore ~/.rgignore
39
40 # tmuxp
41 ln -fhs .dotfiles/tmuxp ~/.tmuxp
42
43 # config dir
44 mkdir -p ~/.config
45
46 # kitty
47 ln -fhs ../.dotfiles/config/kitty ~/.config/kitty
48
49 # nvim
50 ln -fhs ../.dotfiles/config/nvim ~/.config/nvim
51
52 # config
53 ln -fhs ../.dotfiles/config/karabiner ~/.config/karabiner
54
55 # Italics setup
56 echo "Setting up terminfo"
57 tic xterm-256color-italic.terminfo