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.
|
|
|
# ---------------------------------------------------------------
|
|
|
|
# [ CYGWIN ]
|
|
|
|
# ---------------------------------------------------------------
|
|
|
|
|
|
|
|
export CYGWIN=winsymlinks
|
|
|
|
|
|
|
|
# [ Shell ]
|
|
|
|
|
|
|
|
+ shell/bash/bash_profile ~
|
|
|
|
+ shell/bash/bashrc ~
|
|
|
|
- shell/guile/guile ~
|
|
|
|
- shell/tcl/tclshrc ~
|
|
|
|
- shell/tcl/wishrc ~
|
|
|
|
- shell/screen/screenrc ~
|
|
|
|
|
|
|
|
# [ X.org ]
|
|
|
|
|
|
|
|
- X/Xdefaults ~
|
|
|
|
|
|
|
|
# [ Net ]
|
|
|
|
|
|
|
|
- net/snownews ~
|
|
|
|
- mail/mailcap/mailcap ~
|
|
|
|
- mail/procmail/procmailrc ~
|
|
|
|
|
|
|
|
# [ Soft ]
|
|
|
|
|
|
|
|
- soft/bar/barrc ~
|
|
|
|
+ soft/ctags/ctags ~
|
|
|
|
- soft/htop ~/.config
|
|
|
|
- soft/mc ~/.config
|
|
|
|
+ soft/vim/vim ~
|
|
|
|
+ soft/vim/vimrc ~
|
|
|
|
- soft/vimperator ~
|
|
|
|
- soft/vimperator/vimperatorrc ~
|
|
|
|
+ soft/git/gitconfig ~
|
|
|
|
+ soft/git/gitk ~
|
|
|
|
|
|
|
|
# [ Cygwin ]
|
|
|
|
|
|
|
|
+ soft/cygwin/minttyrc ~
|
|
|
|
|
|
|
|
: ---------------------------------------------------------------
|
|
|
|
|
|
|
|
mkdir -v ../var/{shell,log,mpd,scmpc,vim}
|
|
|
|
mkdir -v ../var/vim/{backup,undo,mru,swp,view,yankring}
|
|
|
|
|
|
|
|
: Монтирование разделов Windows в /<drive>/
|
|
|
|
sed 's;/cygdrive;/;' -i /etc/fstab
|
|
|
|
|
|
|
|
: Запуск bash@mintty из контекстного меню проводника Windows
|
|
|
|
chere -i -c -f -t mintty
|
|
|
|
|
|
|
|
: ---------------------------------------------------------------
|
|
|
|
|