https://github.com/krisleech/dotfiles
My dotfiles
https://github.com/krisleech/dotfiles
Last synced: 9 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/krisleech/dotfiles
- Owner: krisleech
- Created: 2012-11-17T23:48:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T10:26:08.000Z (about 10 years ago)
- Last Synced: 2025-08-30T22:31:47.839Z (10 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Download
```bash
cd ~
git clone git://github.com/krisleech/dotfiles.git
```
## Quick Install 'common' dotfiles
Simulate a dry run first, then do it for real.
```bash
cd ~/dotfiles
./install_common --simulate -v
./install_common
```
The install script uses GNU `stow` to symlink the dotfiles in to place. `stow`
which will not overwite files, but will replace existing symlinks.
## Symlink dotfiles using GNU stow
```bash
cd ~/dotfiles/common
ls
stow --target=$HOME ack
stow --target=$HOME ag
stow --target=$HOME git
# etc.
```
## Manually symlink dotfiles
```bash
ln -s ~/dotfiles/common/git/.gitignore ~/.gitignore
# etc.
```
# dotfiles not in this project:
vimfiles
https://github.com/krisleech/vimfiles
zsh
https://github.com/robbyrussell/oh-my-zsh
fish
https://github.com/bpinto/oh-my-fish