Dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
1.2 KiB

# ---------------------------------------------------------------
# [ MACOS ]
# ---------------------------------------------------------------
# [ Shell ]
+ shell/bash/bash_profile ~
+ shell/bash/bashrc ~
- shell/guile/guile ~
- shell/tcl/tclshrc ~
- shell/tcl/wishrc ~
- shell/screen/screenrc ~
+ shell/hstr/hstr_blacklist ~
# [ Soft ]
- soft/htop ~/.config
+ soft/dfc ~/.config
- soft/vim/vim ~
+ soft/nvim ~/.config
+ soft/vifm ~/.config
- soft/vim/vimrc ~
+ soft/git/gitconfig ~
+ soft/iterm/com.googlecode.iterm2.plist ~/Library/Preferences/
- soft/linters/eslintrc ~
+ soft/joplin/userchrome.css ~/.config/joplin-desktop/
+ soft/joplin/userstyle.css ~/.config/joplin-desktop/
: ---------------------------------------------------------------
mkdir -pv ../var/{shell,log,man,mpd,scmpc,vim} 2>&-
mkdir -pv ../var/vim/{backup,undo,mru,swp,view,yankring}
mkdir -pv net/ssh/sessions
# ---------------------------------------------------------------