/configurations

開発環境構築

Primary LanguageVim Script

configurations

homebrew

Install

https://brew.sh/

Packages

$ brew install fish hub git tig neovim peco neovim the_silver_searcher ctags tmux

fisher

Install

curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish

Config

$ ln -s ~/configurations/fish/config.fish ~/.config/fish
$ ln -s ~/configurations/fish/fishfile ~/.config/fish

anyenv

$ git clone https://github.com/anyenv/anyenv ~/.anyenv
$ anyenv install --init

$ anyenv install goenv
$ anyenv install rbenv
$ anyenv install nodenv

ghq

$ go get github.com/motemen/ghq

tmux

ref. https://github.com/tmux-plugins/tpm

$ ln -s ~/configurations/.tmux.conf  ~/
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

vim

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ ln -s ~/configurations/vim/.vimrc  ~/.config/nvim/init.vim
$ ln -s ~/configurations/vim/settings/  ~/.config/nvim/
$ vim +PluginInstall +qall