]> git.r.bdr.sh - rbdr/dotfiles/blame - install_dotfiles
Add ripgrep and hushlogin config
[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
8c7cbd32 40# Italics setup
a0d257f0
BB
41echo "Setting up terminfo"
42tic xterm-256color-italic.terminfo