Installation and use of ITERM2
The first is the installation of terminal-related loading artifact
Copy the Archey to the Bin directory and add the diagram:
If you want to use terminal commands to copy and paste, the command is:
sudo cp-r source file directory/source file/usr/local/bin
Then open the terminal casually, enter the command archey:
It's OK.
Then set its style and shortcut keys:
Find cursor Finder shortcut key command+/
Color:
And here's the note from MJ:
========================================================
1.iterm2
1> Color Blog: http://blog.csdn.net/qdujunjie/article/details/39315813
In this blog there is a GitHub Web site: http://iterm2colorschemes.com/
After download:
Then import the desired theme file for the compressed package. You can import more than one.
2> Common shortcut keys
? + The number switches directly back and forth on each tab tab
? + F Search
? + R is equivalent to clear
Enter the start command and then press? +; Automatically lists the commands you've entered
CTRL + U Clear Up
Configuration of the 3> ~/.bash_profile
If the current ~/directory is opened by opening it may not be directly visible. Bash_profile, to Mac 10.11 may also not be visible by opening the Hide command. However, you can enter directly through the terminal:
Open./.bash_profile This file can be opened directly.
And then copy the following stuff in:
1 #enables Colorin The terminal bash shell export2Export clicolor=13 4#sets up Thecolor Scheme forList Export5Export lscolors=Gxfxcxdxbxegedabagacad6 7 #sets up Theprompt color (currently a green similar to Linux terminal)8Export ps1='\[\033[01;32m\]\[email protected]\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$'9 Ten #enables colorfor iTerm OneExport Term=xterm-256color
After you modify it, you can continue typing in the terminal: Cat. Bash_profile View the contents of this file.
Finally, restart the iterm. And the color can be changed.
2.Alfred
1> Search features Spotlight intelligence that comes with Mac:
* Open the Search box with option + Space
2> can use certain hotkeys (shortcut keys) for key specific functions
* Use a browser to open a specific URL
* Toggle the display and hide of an app
3.vim Common directives
1> Ctrl + U--undo, Undo
2> I-and go into edit mode
3> ESC--out of a pattern
4> DD---delete when moving forward
5>: Wq-Save and exit
4. Programmer's Guide to loading and forcing
1> http://www.ipc.me/cheng-xu-yuan-zhuang-b-zhi-nan.html
2> http://tieba.baidu.com/p/1622326085
========================================================
Installation and use of ITerm2 and Alfr