virtualstory / blog

my github issues blog
MIT License
0 stars 0 forks source link

mac软件 #1

Open virtualstory opened 5 years ago

virtualstory commented 5 years ago

最近买了台mac pro,需要装一大顿东西,所以找了些资料。

xcode

App Store上安装的

Homebrew

xcode-select --install
# 安装前需要先启动xcode然后同意协议。
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

docker

brew cask install docker

添加阿里云镜像加速

Alfred

App Store上安装的。自带的文件管理真的是很垃圾,还不如windows的。

网易云音乐

App Store上安装的。

搜狗输入法

官网装的。

终端

# oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

# themes
# fonts
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts

vim

git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
domsgit commented 4 years ago

navi

命令行的交互式备忘单工具

brew install denisidoro/tools/navi