mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-11-27 21:55:26 +00:00
| .config/fish | ||
| .vim | ||
| .gitconfig | ||
| .gitmodules | ||
| .tmux-line.conf | ||
| .tmux.conf | ||
| .vimrc | ||
| README.md | ||
| sync | ||
mitchell's dotfiles
This mostly exists for my convenient bootstrapping onto new systems, but it should be generalized enough for anyone to use it.
This repo contains my preferred configurations for:
- fish shell
- vim
- tmux
- git
Which also implies they are all dependencies to use the whole configuration.
Other dependencies:
- rsync (for sync script)
- curl (for fisher pkg manager)
To use all of the configurations:
- Clone this repo with the
--recurse-submodulesflag. cdinto this repo and run thesyncscript (requires fish).- If you haven't already either run
fishor change your default shell by adding the result ofwhich fishto/etc/shellsand runningchsh -s /path/to/fish yourusernameand restart the terminal. - Once using fish run
fisherto install all fish plugins. - Enjoy!