Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/math2001/dotfiles
- Owner: math2001
- Created: 2017-02-04T02:38:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T01:14:24.000Z (over 3 years ago)
- Last Synced: 2024-11-10T07:41:23.470Z (2 months ago)
- Topics: dotfiles, fish, git, tmux, unix, vim
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- 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 -s ~/dotfiles/vim ~/.vim
ln -s ~/dotfiles/fish ~/.config/fish
```