分享

dotfiles:强化Bash

 花落泪无声 2015-06-12

一个美化工具:http:///log/lion-terminal-theme-peppermint/

 

https://github.com/mathiasbynens/dotfiles

 

Git-free install

To install these dotfiles without Git:

 

cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE-MIT.txt}

 

Specify the $PATH

If ~/.path exists, it will be sourced along with the other files, before any feature testing (such asdetecting which version of ls is being used) takes place.

Here’s an example ~/.path file that adds ~/utils to the $PATH:

export PATH="$HOME/utils:$PATH"

 

后面两个好像不装也挺好的了:

Install Homebrew formulae

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

brew bundle ~/Brewfile

 

Install native apps with brew cask

You could also install native apps with brew cask:

brew bundle ~/Caskfile

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多