Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/dotfiles
dotfiles
https://github.com/sota1235/dotfiles
Last synced: 2 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/sota1235/dotfiles
- Owner: sota1235
- Created: 2014-10-06T08:19:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T09:23:17.000Z (3 months ago)
- Last Synced: 2024-10-19T18:23:50.381Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 250 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
====dotfiles.
### Description
dotfiles for using that.
- zsh
- git
- vim
- tmuxThis dotfiles supports the following libraries.
- [pyenv](https://github.com/yyuu/pyenv)
- [rbenv](https://github.com/sstephenson/rbenv)
- [nvm](https://github.com/creationix/nvm)
- [peco](https://github.com/peco/peco)### Requirement
- bash
#### for macOS
- [Homebrew](http://brew.sh)
### Install
```shell
$ git clone [email protected]:sota1235/dotfiles.git ~/.dotfiles$ cd ~/.dotfiles
$ ./install
```You can specify git user name and e-mail address by add options.
```shell
$ ./install -u {git user name} -e {git e-mail address}
```#### Update
Exec `dot_update` command.
```shell
$ dot_update(*'-') < Do you want to update the dotfiles? [y/N]
```#### Uninstall
Exec `dot_uninstall` command.
```shell
$ dot_uninstall(*;-;) < Do you want to uninstall the dotfiles? [n/Y]
```### Usage
- zsh
![](https://i.gyazo.com/1404f537852307201b80d4477ea7e415.png)
- vim
![](https://i.gyazo.com/7601ffa462abb53abb8034f60c842121.png)
- tmux
![](https://i.gyazo.com/c8aeebff9bb277d5c2e4a3295cac857b.png)
### Author
@sota1235