Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenzo0107/dotfiles
dotfile setting
https://github.com/kenzo0107/dotfiles
Last synced: 2 days ago
JSON representation
dotfile setting
- Host: GitHub
- URL: https://github.com/kenzo0107/dotfiles
- Owner: kenzo0107
- Created: 2015-04-24T08:55:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T00:37:10.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:42:49.894Z (7 months ago)
- Language: Vim Script
- Size: 120 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## brew
http://brew.sh/
```console
sh brew.sh
```## asdf
https://github.com/asdf-vm/asdf
```console
$ sh asdf.sh
```## vscode
https://code.visualstudio.com/
install extensions
```
$ sh vscode/install_extensions.sh
```## dotfile setting
```
$ sh install_for_macos.sh
```## restart shell
```
$ exec $SHELL -l
```---
## zsh
- `.zshrc_local` - It will be available in the private.
- Other files - Its names are divided by applications.※ The files For buisiness are named as `.zshrc_(company_name)`
## tmux
https://github.com/tmux/tmux/wiki
- First of all, execute the bellowing command for MacOSX.
```
$ brew install reattach-to-user-namespace
```## vim
- Plugin Install
- When you try to open vim command, installation of vim-plugin will start.```
$ vimInstalling Vim-Plug...
```- vim bootstrap update
opening vim, input the below command.
```
:VimBootstrapUpdate
:PlugInstall
```