https://github.com/kjirou/dotfiles
https://github.com/kjirou/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjirou/dotfiles
- Owner: kjirou
- Created: 2012-11-15T05:22:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T06:50:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T04:14:27.361Z (3 months 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 ~/
```