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
zsh
bash
as fallback- on macos, just use built-in one
- for
.shrc.local
, see.shrc
/.shrc.once
git
- for
.gitconfig.local
, see.gitconfig
- for
nvim
- see
.config/nvim/init.lua
for IDE-like features requirements vim
as fallback
- see
on mac, it is recommanded to install and use
git
,vim
,zsh
frombrew
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
rsync
is required for this
WARNING: This will overwrite existing files!
path/to/repo/rsync.sh