Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 755 Bytes

tools.md

File metadata and controls

59 lines (41 loc) · 755 Bytes

tools

mirror

sudo sed -i 's/archive.ubuntu.com/mirrors.sjtug.sjtu.edu.cn/g' /etc/apt/sources.list

oh-my-zsh

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

linuxbrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

fzf

brew install fzf
~/.linuxbrew/opt/fzf/install
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

diff-so-fancy

brew install diff-so-fancy
npm install -g diff-so-fancy

ripgrep

brew install ripgrep

fd

brew install fd

neovim

brew install neovim