Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/dotfiles


https://github.com/kjirou/dotfiles

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

dotfiles
========

## Installation
### zsh

```bash
chsh -s /bin/zsh
cd ~
curl -o .zshrc https://raw.githubusercontent.com/kjirou/dotfiles/master/.zshrc
# .zsh_history should also be copied from somewhere depending on the situation
exit
```

### git

```bash
cd ~
curl -o .gitconfig https://raw.githubusercontent.com/kjirou/dotfiles/master/.gitconfig
```

### vim

```bash
cd /path/to/any-workspace
git clone [email protected]:kjirou/dotfiles.git
cd ./dotfiles
cp .vimrc ~
# directory と backupdir のディレクティブ用
mkdir ~/tmp
```

### screen

```bash
cp /path/to/dotfiles/.screenrc ~/
```