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

https://github.com/math2001/dotfiles

My dotfiles
https://github.com/math2001/dotfiles

dotfiles fish git tmux unix vim

Last synced: about 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# My dotfiles

What I use:

- fish shell
- vim
- tmux

## How it's setup

Everything is my `dotfiles` folder, and then it's just symlinks:

```
ln -s ~/dotfiles/vimrc ~/.vimrc
ln -s ~/dotfiles/gitconfig ~/.gitconfig
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
ln -ns ~/dotfiles/fish/ ~/.config/
ln -Ts ~/dotfiles/vim ~/.vim
```