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