Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/dotfiles
https://github.com/kjirou/dotfiles
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjirou/dotfiles
- Owner: kjirou
- Created: 2012-11-15T05:22:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T06:50:01.000Z (about 2 years ago)
- Last Synced: 2023-03-30T12:32:14.874Z (over 1 year ago)
- Language: Shell
- Size: 324 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ~/
```