Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/math2001/dotfiles

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

dotfiles fish git tmux unix vim

Last synced: 6 days 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 -s ~/dotfiles/vim ~/.vim
ln -s ~/dotfiles/fish ~/.config/fish
```