- 触摸板设置
- 设置icloud
- apple stroe装软件
- 安装homebrew和brewcask
- 装一堆
- 设置邮箱
- 配置github https://help.github.com/articles/generating-ssh-keys/
- clone .dotfiles https://github.com/PinkyJie/dotfiles
- oh-my-zsh https://github.com/robbyrussell/oh-my-zsh
- .dotfile 做软连接
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time,random,urllib,urllib2,hmac,hashlib,re | |
# constants | |
CONSUMER_KEY = '' | |
CONSUMER_SECRET = '' | |
REQUEST_TOKEN_URL = 'https://api.twitter.com/oauth/request_token' | |
AUTHENTICATE_URL = 'https://api.twitter.com/oauth/authenticate' | |
AUTHORIZE_URL = 'https://api.twitter.com/oauth/authorize' | |
ACCESS_TOKEN_URL = 'https://api.twitter.com/oauth/access_token' | |
CALLBACK_URL = None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# status bar | |
set-option -g status-utf8 on | |
set -g status-interval 1 | |
set -g status-justify centre # center align window list | |
set -g status-left-length 20 | |
set -g status-right-length 140 | |
set -g status-left '#[fg=green]#H #[fg=black] #[fg=green,bright]#(uname -r | cut -c 1-6)#[default]' | |
set -g status-right '#[fg=green,bg=black,bright]#(tmux-mem-cpu-load 1) #[fg=red,dim]#(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",") #[fg=white]%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: page | |
title: 进击的马斯特 | |
tagline: Go Fighting! Master! | |
--- | |
{% for post in paginator.posts %} | |
<div class="post-wrapper"> | |
<h2 class="h2 entry-title"> | |
<a href="{{ post.url }}">{{ post.title }}</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/template" id="item-template"> | |
<tr> | |
<td><%- id %></td> | |
<td><%- name %></td> | |
<td><%- gender %></td> | |
<td><%- age %></td> | |
<td> | |
<a href="#" title="edit"><i class="icon-edit"></i></a> | |
<a href="#" title="remove"><i class="icon-remove"></i></a> | |
</td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://chrome.google.com/webstore/detail/%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8chrome%E5%88%92%E8%AF%8D%E6%8F%92%E4%BB%B6/eopjamdnofihpioajgfdikhhbobonhbb |