Skip to content

pastleo/dotSetting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotSetting

After few years of usage in commandline, I got a lot of setting like .bashrc, .vimrc, .tmux.conf... Homeshick is used to manage my dotSetting

Software

  • zsh
    • bash as fallback
    • on macos, just use built-in one
    • for .shrc.local, see .shrc / .shrc.once
  • git
    • for .gitconfig.local, see .gitconfig
  • nvim
    • see .config/nvim/init.lua for IDE-like features requirements
    • vim as fallback

on mac, it is recommanded to install and use git, vim, zsh from brew

How to install

Using curl:

bash <(curl -s https://raw.githubusercontent.com/pastleo/dotSetting/master/install.sh)

Or from local disk (this will make a link pointing existing repo)

bash path/to/repo/install.sh

Use real file instead of symlink

rsync is required for this

WARNING: This will overwrite existing files!

path/to/repo/rsync.sh