Giter Club home page Giter Club logo

threeeverthing's Introduction

-更改Mac 键盘绑定(将caps lock 改为ctrl键)

打开系统偏好设置-键盘-键盘-修饰键,将Caps Lock键设为^control。

-登录GitHub,download threeEverthing项目

在命令行工具中使用cp命令,将下载的myConfig里的所有文件复制到根目录

-安装iTerm2 并配置

Key -- HotKey 勾选show/hide all……

-安装 Vundle

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/Vundle.vim

完成后打开 vim,输入 :PluginInstall,开始安装。

安装 vim-airline/vim-airline 的打过补丁的字体 https://github.com/powerline/fonts 下载,然后运行install.sh

-把bash切换成zsh

chsh -s /bin/zsh 然后重启iTerm2 (如果你哪一天又想用bash了,也可以使用下列命令:chsh -s /bin/bash)

安装 oh my zsh 1、在.zshrc文件里修改路径,eg:huyi_fenghuang

Path to your oh-my-zsh installation.

export ZSH="/Users/huyi_fenghuang/.oh-my-zsh"

3、如果遇到权限提示,在.zshrc中添加如下语句 export ZSH_DISABLE_COMPFIX=true

2、如需重新安装,执行如下命令 curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.