https://github.com/timakin/dotfiles
VimやZshの設定ファイル
https://github.com/timakin/dotfiles
Last synced: 4 months ago
JSON representation
VimやZshの設定ファイル
- Host: GitHub
- URL: https://github.com/timakin/dotfiles
- Owner: timakin
- Created: 2014-04-27T03:59:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T11:18:20.000Z (over 1 year ago)
- Last Synced: 2025-03-05T12:25:01.926Z (over 1 year ago)
- Language: Vim Script
- Size: 33.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ローカル環境構築で必要な事
- Chrome
- 1password
- karabiner
- magnet
- Slack
- Figma
- VSCode
- iTerm2
- homebrew
```
rm .gitconfig; cp dotfiles/gitconfig .gitconfig
```
```
go get github.com/motemen/ghq
git config --global ghq.root ~/src
```
- Zsh
- ln -sfn $HOME/src/github.com/timakin/dotfiles/vim.d $HOME/.vim
- oh-my-zsh
- Vim
- dotfiles/vimrc
- neobundle
- vim clipboard
```
sudo port deactivate vim
sudo port install vim +clipboard
rm -rf .vim/config
cp -rf dotfiles/vim.d .vim/config
ln -s dotfiles/vimrc .vimrc
```
- pet
```
go get github.com/knqyf263/pet
brew install fzf
```
```
rm -rf .config/pet
cp -rf dotfiles/config/pet .config/pet
```