everedit 格式化json_Mac Init
面向面試編程的日子結束,未來公司給配MBP 2019款,離職交接期,先用自己的MBA把未來的工作環境「調試正確」,這里做簡單記錄。
每個人都有適合自己的方案,就像vim和emac之爭,沒有什么意義,適合自己就好,以下全部為個人設置備份,僅供參考。
零、全局快捷鍵Ctrl + D:向右刪除一個字母
Ctrl + A:移動到行首
Ctrl + E:移動到行尾
一、系統設置
1、觸摸板設置(輕擊無需點擊)
defaults write com.apple.AppleMultitouchTrackpad Clicking -int 1
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
2、修改TouchBar為傳統的F1-F12
defaults write -globalDomain com.apple.keyboard.fnState -int 1
3、關閉安全 & dmg校驗
sudo spctl --master-disable
defaults write com.apple.LaunchServices LSQuarantine -bool false
defaults write com.apple.frameworks.diskimages skip-verify -bool true
defaults write com.apple.frameworks.diskimages skip-verify-locked -bool true
defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true
4、dock優化
# dock瞬間出現/消失
defaults write com.apple.dock autohide-time-modifier -int 0; killall Dock
5、Finder優化
# 顯示文件全路徑
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE; killal
# 顯示所有隱藏文件
defaults write com.apple.finder AppleShowAllFiles -bool YES
# 取消顯示所有隱藏文件
defaults write com.apple.finder AppleShowAllFiles -bool NO
killall Finder
6、設置觸發角
「系統設置」->「調度中心」->「觸發角」
7、增強預覽
brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize qlvideo
二、AppApp路徑:/Applications
Homebrew路徑:/usr/local/Cellar
Cask路徑:/usr/local/Caskroom
A、必裝
# 開發
** Chrome 設置 & 插件
** iTerm 設置 & 主題
** IntelliJ IDEA 設置 & 插件
** VS Code 設置 & 插件
** Charles
iHosts
PyCharm
Postman - HSF & MTOP & TOP平臺
Navicat - idb & 離線
ForkLift
Tower
GitHub Desktop
Dash
# 效率
Alfred * 設置 & 插件
# 系統
* QSpace
* The Unarchiver
CheatSheet
截圖
Bartender
歐路詞典
Instant Translate
KeyCastr
ScreenFlow
Itsycal
TinkerTool
nPlayer
sPlayer
# 辦公
釘釘 *
Office *
XMind *
MWeb *
Reeder * 設置
OmniGraffle
Keynote
MindNode
B、敏感 & 不安裝
# 敏感
微信
Maipo
Foxmail
有道云筆記
SS
GitHub Desktop
幕布
堅果云
Android File Transfer
百度網盤
網易MuMu
網易云音樂
# 不安裝
PPDuck
Sketch
Color Code Copy
DaisyDisk
EdrawMax
Transmit
Expressions *
Medis *
Gas Mask *
Multitouch * 設置
Fantastical *
CleanMyMac *
iStat Menus *
Moom *
二、命令行工具
# xcode命令行工具
xcode-select --install
# 安裝zsh
# 安裝oh-my-zsh
# 安裝brew
# 通過brew安裝相關命令行工具
vim
autoconf
autojump
automake
gdbm
gettext
git
libtool
lua
openssl
pcre2
perl
pkg-config
python
qt
readline
sqlite
tree
curl
wget
pstree
gnu-sed
gawk
rename
xz
zsh-completions
zsh-syntax-highlighting
三、開發工具
# git設置
# Java環境
JDK
jEnv
Maven
Tomcat
# Python環境
python2
python3
pip
ipython
# 安裝node環境
# 通過npm安裝相關命令行工具
sudo cnpm install yddict -g
四、VSCode設置
# 安裝中文插件
command + shift + p
configure language
# 高亮顯示
TODO Highlight
# 根據文件和文件夾名稱展示恰當的圖標
TODO VSCode Icons
# 給成對的括號配上顏色,方便區分
Bracket Pair Colorizer
# 在底部bar中顯示文件大小
File Size
# 自動補全文件路徑
Path Intellisense
# 支持多種語言的outline提取
Code Outline
Code Runner
# 使用快捷鍵Ctrl+h快速打開Dash查找當前單詞
Dash
# Markdown語法檢查
MarkdownLint
# 幫助你管理項目,在多個項目間切換,快捷鍵 Option + P(首先要添加進項目列表)
Project Manager
# 幫助你查看git各種修改記錄,包括修改人是誰和具體的修改時間,在多人協作的時候,這個插件非常重要。
GItLens
# CSS自動補全
IntelliSense for CSS class
# 方便在HTML中插入CSS代碼
HTML CSS Support
# sass格式文件的代碼補全和高亮
SASS
# Vue 開發必備的插件,提供代碼補全、高亮等功能
Vetur
# 快速跳轉定義
Vue peek
# 自動補全另一側的
Auto Close Tag
# 修改一個Tag時,另一側的Tag自動修改
Tag Auto Rename Tag
# 遇到顏色字符串,自動在旁邊顯示顏色,方便預覽
Color Highlight
# 代碼格式化,支持實時監測和保存時自動修改
ESLint
五、chrome插件
掘金
Adblock Plus
FeHelper
OneTab
Octotree
Tampermonkey
https://greasyfork.org/zh-CN
https://www.tampermonkey.net/
百度廣告屏蔽
百度藥丸
有道云筆記網頁剪報
花瓣網頁收藏工具
# 不常用
達達劃詞翻譯
九章刷題小助手
Restlet Client
Wappalyzer
Set Character Encoding
Infinity Pro - 與掘金沖突,已關閉
Momentum - 與掘金沖突,已關閉
Insight.io for Github - 貌似下架,已關閉
關閉Spotlight快捷鍵
六、Idea插件
Lombok Plugin
Alibaba Java Coding Guidelines
Maven Helper
Grep Console - 日志高亮
GsonFormat
# 不常用
FindBugs
Rainbow Brackets - 括號匹配
JRebel for IntelliJ - 熱部署
RestfulToolkit - 全局搜索RequestMapping
GenerateSerialVersionUID
Git Flow Integration
七、Alfred插件
# Recent Documents
# rd列出最近打開的文件
# rf列出最近訪問的目錄
# ra列出最近訪問的應用
# rr列出當前激活應用最近打開的文件
https://github.com/mpco/AlfredWorkflow-Recent-Documents/releases
# AppLauncher
? + G 激活chrome
? + I 激活iTerm2
? + E 激活VSCode
# Dash
dash + {content}
# github
github + {content}
# TerminalFinder
fi Finder->iTerm2
if iTerm2->Finder
# Youdao
yd + {content}
# 百度搜索
db + {search}
# 知乎
zh + {search}
# Web Search Suggest
gg + {search}
# wiki
wiki + {search}
# baidu
baidu + {search}
# zhihu
zhihu + {search}
#bilibili
bl + {search}
we + {search}
# taobao
tb + {search}
# jingdong
jd + {search}
# Timestamp
ts + {時間戳/年月日}
# http
http + {code}
# 修改>為iTerm2
Features->Terminals->Application選擇Custom
粘貼以下script
on write_to_file(this_data, target_file, append_data)
try
set the target_file to the target_file as string
set the open_target_file to open for access file target_file with write permission
if append_data is false then set eof of the open_target_file to 0
write this_data to the open_target_file starting at eof
close access the open_target_file
return true
on error
try
close access file target_file
end try
return false
end try
end write_to_file
on alfred_script(q)
-- Write the command to run to a file. This is done because Applescript quoting is impossible to get right, esp. for backslashes.
set tmp_dir to path to temporary items as string from user domain
set applescript_alfred_file to tmp_dir & "alfredscript"
set alfred_file to POSIX path of applescript_alfred_file
write_to_file(q & return, applescript_alfred_file, false)
-- Create this file, which prevents iTerm2 from restoring a saved window arrangement.
do shell script "touch ~/Library/Application' Support/iTerm2/quiet'"
-- Test cases:
-- 1. iTerm2 running, has windows open. Should open a new window for Alfred command.
-- 2. iTerm2 running, no windows open. Should open a new window for Alfred command.
-- 3. iTerm2 not running, set to restores arrangement. Should not restore arrangement but open a new window for the Afred command.
-- 4. iTerm2 not running. No windows to restore. Should open a single window for the Alfred command.
-- 5. iTerm2 not running. Has windows to restore. Restores windows and then opens a new window for the Alfred command.
-- Compose a script. This is necessary because compiling in a 'tell application' command causes the app to be launched, which would happen prior to the creation of the quiet file.
set theScript to "tell application \"iTerm.app\"
if (exists current window) then
tell current window to create tab with default profile
tell current session of current window
write contents of file \"" & alfred_file & "\"
end tell
else
create window with default profile
tell current session of current window
write contents of file \"" & alfred_file & "\"
end tell
end if
activate
end tell"
-- Invoke the script.
run script theScript
-- Clean up
-- do shell script "rm -f ~/Library/Application' Support/iTerm2/quiet' /tmp/alfredscript"
end alfred_script
八、快捷鍵
# 符號
? (command)
? (option)
? (shift)
? (control)
? (delete)
# 快捷鍵
Command-T:打開新標簽頁
command-H:隱藏最前面的應用窗口
Command-W:關閉最前面的窗口
Command–空格鍵:Alfred
九、Windows工具
A、開發工具
JDK(Maven、Tomcat)
Xshell
WinSCP
Navicat
GitBash
Postman
Charles
EverEdit
Sublime Text
Beyond Compare
Java Decompiler
ZooInspector
# 不常用
PyCharm
VS Code
FireFox
IPython
TeamViewer
Burp Suite
JMeter
IDA Pro & Hex-Rays
# 不再用(沒有使用場景,曾愛過)
Sandboxie - 沙盒環境
HashTab
Visual Studio 2008
FilZilla
IceSword
https://msdn.itellyou.cn/
B、系統工具
Everything - 文件索引
堅果云 - 文件同步
幕布 - 思維導圖Lite
XMind - 思維導圖
有道云筆記 - 網頁剪報
Clover - ExplorerEx
Picasa - 圖片瀏覽
Pure Codec - 影音解碼
SS - 虛擬專供網絡
# 不常用
小黃條
Bulk Rename Utility - 文件重命名
PicGo - 圖床
MenuMgr - 右鍵菜單管理
SysinternalsSuite
PCHunter - 系統優化(慎用,不可逆破壞)
天若 - ORC識別(https://github.com/tianruoyouxin/tianruoocr_last)
PicPick - 截長屏
Snipaste - 離線截圖
大白菜PE
islide
# 不再用(沒有使用場景,曾愛過)
UltraISO
CCleaner
MacType - Windows字體優化
foobar2000 - 離線音樂播放
COMODO Firewall - 防火墻
IPMsg
世界之窗
魔方
Notepad++
Desktops - 微軟虛擬桌面
QQ影音
風雷影音
ACDSee
ASCII Animator - Gif轉為ASCII
格式工廠
參考
總結
以上是生活随笔為你收集整理的everedit 格式化json_Mac Init的全部內容,希望文章能夠幫你解決所遇到的問題。
                            
                        - 上一篇: RGB YUV [转]
 - 下一篇: 笔记本网卡搜索不到wifi名(SSID)