math2001 / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My dotfiles


Languages

Language:Shell 79.9%Language:Vim Script 20.1%