diff --git a/config-home.sh b/config-home.sh index 62e6512..0803700 100755 --- a/config-home.sh +++ b/config-home.sh @@ -7,11 +7,11 @@ if [ $1 ] then SourcePath=$1 else - read -p "Enter config source path (leave blank for /faronear/lib/sysconfig) >> " SourcePath + read -p "Enter config source path (leave blank for /faronear/lib/sysconfig/home) >> " SourcePath if [ ! $SourcePath ] then - echo Use default source path: /faronear/lib/sysconfig - SourcePath=/faronear/lib/sysconfig + echo Use default source path: /faronear/lib/sysconfig/home + SourcePath=/faronear/lib/sysconfig/home fi fi diff --git a/.bash_logout b/home/.bash_logout similarity index 100% rename from .bash_logout rename to home/.bash_logout diff --git a/.bash_profile b/home/.bash_profile similarity index 100% rename from .bash_profile rename to home/.bash_profile diff --git a/.bashrc b/home/.bashrc similarity index 97% rename from .bashrc rename to home/.bashrc index 7e92687..004aef5 100644 --- a/.bashrc +++ b/home/.bashrc @@ -42,12 +42,13 @@ alias cvs='cvs -z9' alias ps='ps -elf' # Always list long directory and time. -if uname | grep 'Darwin'; +if [[ "$(uname)" = "Darwin" ]]; then alias l='ls -lG' alias ll='ls -lGA' # show .xxx alias lll='ls -lGa' # show .xxx and . and .. export HOMEBREW_NO_AUTO_UPDATE=true + export BASH_SILENCE_DEPRECATION_WARNING=1 else alias l='ls -l --color=auto' # --time-style=long-iso --color=auto' alias ll='ls -lA --color=auto' diff --git a/.cshrc b/home/.cshrc similarity index 100% rename from .cshrc rename to home/.cshrc diff --git a/.emacs b/home/.emacs similarity index 100% rename from .emacs rename to home/.emacs diff --git a/.emacs.lisp/undo-tree.el b/home/.emacs.lisp/undo-tree.el similarity index 100% rename from .emacs.lisp/undo-tree.el rename to home/.emacs.lisp/undo-tree.el diff --git a/.emacs.lisp/web-beautify.el b/home/.emacs.lisp/web-beautify.el similarity index 100% rename from .emacs.lisp/web-beautify.el rename to home/.emacs.lisp/web-beautify.el diff --git a/.profile b/home/.profile similarity index 100% rename from .profile rename to home/.profile