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.
55 lines
1.5 KiB
55 lines
1.5 KiB
# --------------------------------------------------------------- |
|
# [ 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} 2>&- |
|
mkdir -v ../var/vim/{backup,undo,mru,swp,view,yankring} 2>&- |
|
|
|
: Монтирование разделов Windows в корень файловой системы |
|
sed 's;/cygdrive;/;' -i /etc/fstab 2>&- |
|
|
|
: Запуск bash@mintty из контекстного меню проводника Windows |
|
chere -i -c -f -t mintty 2>&- |
|
|
|
: --------------------------------------------------------------- |
|
|
|
|