待配置列表
- vim 設置
- sublime text 3 設置與插件
- chrome 插件
- 系統時間修改
SoftWare
- QQ
- 360
- SmartGit
- Xshell 5
- 搜狗
- WPS
- 百度雲
- Navicat For MySQL
- VirtualBox
- Vagrant
- Sublime Text 3
vim 配置項
vi ~/.vimrc 寫入 set tabstop=4 set shiftwidth=4 set softtabstop=4 set autoindent set nu set expandtabchrome
chrome 插件
Sublime Text 3 插件
- 配置 "default_line_ending": "unix", "font_size": 12.5, "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true,
- Alignment 變動快捷鍵 { "keys": ["ctrl+alt+r"], "command": "alignment" }
- DocBlockr
- MarkDown Preview 添加快捷鍵 { "keys": ["alt+m"], "command": "markdown_preview", "args": { "target": "browser"} }
- SFTP
- SideBarEnhancements