]> git.r.bdr.sh - rbdr/dotfiles/blame_incremental - install_dotfiles
Add ripgrep and hushlogin config
[rbdr/dotfiles] / install_dotfiles
... / ...
CommitLineData
1#!/usr/bin/env sh
2
3echo "Linking runcoms"
4
5# hush login
6ln -fhs .dotfiles/hushlogin ~/.hushlogin
7
8# zsh runcoms
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
14
15# Weechat
16ln -fhs .dotfiles/weechat ~/.weechat
17
18# VIM
19ln -fhs .dotfiles/vim ~/.vim
20ln -fhs .dotfiles/vimrc ~/.vimrc
21
22# TMUX
23ln -fhs .dotfiles/tmux.conf ~/.tmux.conf
24
25# Nethack
26ln -fhs .dotfiles/nethackrc ~/.nethackrc
27
28# Git
29ln -fhs .dotfiles/gitconfig ~/.gitconfig
30
31# Ctags
32ln -fhs .dotfiles/ctags.d ~/.ctags.d
33
34# XDefaults
35ln -fhs .dotfiles/XDefaults ~/.XDefaults
36
37# ripgrep
38ln -fhs .dotfiles/rgignore ~/.rgignore
39
40# Italics setup
41echo "Setting up terminfo"
42tic xterm-256color-italic.terminfo