songjiz / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

git clone --recurse-submodules https://github.com/songjiz/dotfiles ~/.dotfiles

Install dependencies

brew install ctags
# brew install --HEAD universal-ctags/universal-ctags/universal-ctags
brew install ripgrep
# brew install the_silver_searcher
brew install fzf

zsh

ln -s ~/.dotfiles/zsh/ohmyzsh ~/.oh-my-zsh
ln -sf ~/.dotfiles/zsh/simple.zsh-theme ~/.oh-my-zsh/custom/themes/simple.zsh-theme
ln -s ~/.dotfiles/zshrc ~/.zshrc

Vim

ln -s ~/.dotfiles/vim ~/.vim
ln -s ~/.dotfiles/vimrc ~/.vimrc

Neovim

brew install luarocks
luarocks install luautf8

ln -s ~/.dotfiles/nvim ~/.config/nvim

Sublime Text 3

ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
ln -s ~/.dotfiles/sublime  ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User

Sublime Text 4

ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
ln -s ~/.dotfiles/sublime  ~/Library/Application\ Support/Sublime\ Text/Packages/User

About


Languages

Language:Vim Snippet 51.5%Language:Vim Script 38.6%Language:Lua 6.9%Language:Shell 3.1%