/usr/bin/ruby -e "$(
curl -fssl
"
可以通過brew list
或者brew info
查詢安裝位置
# 安裝字型
git clone --depth=
1cd fonts
./install.sh
cd..
rm fonts
# 安裝zsh
sudo
aptinstall
zsh# 修改預設登入shell為zsh
chsh -s $(
which
zsh)
#安裝oh-my-zsh
sh -c "$(
curl -fssl
"# 修改主題
# 找到該檔案中的zsh_theme一行,修改為想要的主題,例如ys, agnoster
vim ~/.zshrc
# 生效配置
source ~/.zshrc
# 自動填充外掛程式
git clone ~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# 找到plugins配置,增加zsh-autosuggestions
# plugins=(git) -> plugins=(git zsh-autosuggestions)
vim ~/.zshrc
# 生效配置
source ~/.zshrc
# 在.zshrc最後新增.bashrc
# source ~/.bashrc
按住⌘鍵分屏tab相關
自動完成
移動到乙個單詞的左邊
移動到乙個單詞的右邊
刪除乙個單詞
撤銷操作
# 終端命令常用的用法(簡易版man)
brew install tldr
# 格式化json資料
brew install jq
# 命令列補全
brew install bash-completion@2
網頁搜尋字典計算器常用語句
最好使用//
等字首開頭,避免不必要的觸發
系統命令
剪下板歷史
on alfred_script(q)
run script "
on run
activate
tryselect first window
set onlywindow to true
on error
create window with default profile
select first window
set onlywindow to true
end try
tell the first window
if onlywindow is false then
create tab with default profile
end if
tell current session to write text q
end tell
end tell
end run
" with parameters
else
run script "
on run
activate
tryselect first window
on error
create window with default profile
select first window
end try
tell the first window
tell current session to write text q
end tell
end tell
end run
" with parameters
end if
end alfred_script
githubgitlabbase64加密和解密內外網ip有道翻譯字串hash(md5, sha256等)關閉程式http code時間格式轉換藍芽快速連線 mac效率工具
alfred是mac上最好用的快速啟動工具,修復了大量問題,alfred能夠讓我們使用鍵盤去完成應用的搜尋和啟動,資訊的本地和web搜尋,查詢字典,剪下板檢視,系統控制等等功能,簡單易用,能夠大大提高使用的mac的效率,此外,alfred還具有大量擴充套件外掛程式可以安裝,動力組增強包提供了很多優秀...
Mac效率工具推薦
1.homebrew 命令列安裝神器 2.alfred 類似spotlight,功能更強大 3.dash 程式設計師必備文件查詢應用 4.manico 設定dock鍵盤快捷鍵 5.spectacle 控制視窗位置,相當於設定windows中win 上下左右快捷鍵 6.oh my zsh 命令列提示工...
MAC平台10款效率工具推薦
alfred是macos的乙個生產力應用程式,它通過熱鍵 關鍵字和文字擴充套件來提高效率。這款軟體就像個寶藏,很多功能的使用待使用者的挖掘。我一般用它檢索應用 web search 使用截圖 使用截圖 paste是一款剪貼簿工具,可以存放每一次的複製。這樣在複製office資料的時候就不用來回切換應...