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…
- Host: GitHub
- URL: https://github.com/garno/dotfiles
- Owner: garno
- Created: 2020-01-07T19:18:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T19:38:01.000Z (over 1 year ago)
- Last Synced: 2025-03-20T11:57:58.292Z (about 1 year ago)
- Topics: dotfiles, git, nv, tmux, vim, zsh
- Language: Vim Script
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)