mirror of https://github.com/mitchell/dotfiles.git
mitchell e932f0a3ca | ||
---|---|---|
.config | ||
.vim/autoload | ||
.gitconfig | ||
.ideavimrc | ||
.skhdrc | ||
.taskrc | ||
.tmux-line.conf | ||
.tmux.conf | ||
.vimrc | ||
.yabairc | ||
README.md | ||
debian_preseed.cfg | ||
fish_universal_vars.fish | ||
install_arch | ||
oomox-arc-gruvbox.tar.xz | ||
provision_debian | ||
provision_linux | ||
swim.fish | ||
sync | ||
upgrade_debian |
README.md
mitchell's dotfiles
This mostly exists for my convenient bootstrapping onto new systems. I would generally recommend drawing from individual applications' configurations as inspiration for your own dotfiles. However, the included scripts should be generalized enough to work on anybody's machines.
This repo contains my preferred configurations for:
- fish shell
- neovim
- tmux
- git
- kitty terminal
- Jetbrains vim plugin
- keepassxc
- qutebrowser
- bspwm (Linux)
- sxhkd (Linux)
- yabaiwm (macOS)
- skhd (macOS)
Scripts
sync
Dependencies
- fish
- git
- neovim
- rsync
- curl
Description
Syncs all configuration files found in this repository to your home folder.
To run sync script using curl: curl https://raw.githubusercontent.com/mitchell/dotfiles/master/sync | fish
upgrade_debian
Dependencies
- fish
Description
Upgrade from Debian stable to unstable.
provision_debian
Dependencies
- fish
Description
Provision various environments and tools on Debian. Run ./run help
and peek inside for more
information.