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
- Host: GitHub
- URL: https://github.com/math2001/dotfiles
- Owner: math2001
- Created: 2017-02-04T02:38:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T12:01:35.000Z (over 1 year ago)
- Last Synced: 2025-03-23T13:19:09.626Z (over 1 year ago)
- Topics: dotfiles, fish, git, tmux, unix, vim
- Language: Shell
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```