Skip to content

Commit

Permalink
update mac setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankll committed Nov 28, 2021
1 parent 182e802 commit 73e2ace
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion macos-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ brew install --cask youdaodict
brew install --cask qq
brew install --cask wechat
brew install --cask neteasemusic
if [[ ! -d "~/Documents/tools/" ]]; then
kdir ~/Documents/tools
fi

cd ~/Documents/tools/
bash <(curl -s https://raw.githubusercontent.com/Blankll/seven-vim/master/setup.sh)
bash <(curl -s https://raw.githubusercontent.com/Blankll/seven-tools/master/setup.sh)

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

git clone https://github.com/Blankll/seven-vim.git
git clone https://github.com/Blankll/seven-tools.git

cd seven-vim
cd seven-tools

ln -s $(pwd)/.vimrc ~/.vimrc

Expand Down

0 comments on commit 73e2ace

Please sign in to comment.