anoopkcn / dotfiles

configuration and rc files for zsh, tmux, nvim, etc..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

dot-image Repository contains essential config and rc files for terminal driven applications.

Description

Installation file for bash, vim, tmux, etc..

(optional) install diff-so-fancy for better diff with git diff command

(optional) install rg using brew install ripgrep

(optional) install oh-my-zsh

(optional) starship brew install starship. If conda python prompt is activated disable it with conda config --set changeps1 False, otherwise the python env will be shown twice upon activating one

Installation

asuming dotfiles are cloned/downloaded to home folder

# install.sh

#ln -sf ~/dotfiles/bash/bashrc ~/.bashrc
ln -sf ~/dotfiles/zsh/zshrc ~/.zshrc

ln -sf ~/dotfiles/bash/inputrc ~/.inputrc
ln -sf ~/dotfiles/git/gitconfig ~/.gitconfig
ln -sf ~/dotfiles/tmux/tmux.conf ~/.tmux.conf
ln -sf ~/dotfiles/tmux/tmuxinator ~/.tmuxinator
ln -sf ~/dotfiles/vim ~/.config/nvim # for nvim
# ln -sf ~/dotfiles/init.vim ~/.vimrc # For vim

About

configuration and rc files for zsh, tmux, nvim, etc..

License:MIT License


Languages

Language:Vim Script 86.4%Language:Shell 9.4%Language:Python 3.6%Language:Dockerfile 0.6%