Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sota1235/dotfiles

dotfiles
https://github.com/sota1235/dotfiles

Last synced: 2 months ago
JSON representation

dotfiles

Awesome Lists containing this project

README

        

dotfiles
====

dotfiles.

### Description

dotfiles for using that.

- zsh
- git
- vim
- tmux

This 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