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

https://github.com/garno/dotfiles

Dotfiles I use and improve now and then for git, vim, tmux, zsh, etc…
https://github.com/garno/dotfiles

dotfiles git nv tmux vim zsh

Last synced: 2 months ago
JSON representation

Dotfiles I use and improve now and then for git, vim, tmux, zsh, etc…

Awesome Lists containing this project

README

          

# dotfiles

This respository contains my dotfiles. These are my configuration for everything related to the command-line tools I’m using.

## Usage

I do not recommend that you use this repository as is. Copy/paste what you need into your own dotfiles.

### git

```
ln -s /path/to/dotfiles/git/gitconfig ~/.gitconfig
ln -s /path/to/dotfiles/git/gitconfig-work ~/.gitconfig-work
ln -s /path/to/dotfiles/git/gitignore ~/.gitignore
```

### nv

```
ln -s /path/to/dotfiles/nv/nv ~/.nv
```

### nvim

```
ln -s /path/to/dotfiles/nvim ~/.config/nvim
```

### tmux

```
ln -s /path/to/dotfiles/tmux/tmux.conf ~/.tmux.conf
```

### zsh

```
ln -s /path/to/dotfiles/zsh/zshrc ~/.zshrc
```

#### Requirements

- [asdf](https://asdf-vm.com/#/)
- [neovim](https://neovim.io/)