https://github.com/dueyfinster/dotfiles
My Dotfiles
https://github.com/dueyfinster/dotfiles
bash dotfiles emacs fish-shell i3 mutt org-babel org-mode orgmode swaywm tmux vim zsh zshrc
Last synced: 5 months ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/dueyfinster/dotfiles
- Owner: dueyfinster
- License: mit
- Created: 2016-02-17T16:56:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-10-26T14:20:00.000Z (5 months ago)
- Last Synced: 2025-10-26T16:24:27.441Z (5 months ago)
- Topics: bash, dotfiles, emacs, fish-shell, i3, mutt, org-babel, org-mode, orgmode, swaywm, tmux, vim, zsh, zshrc
- Language: Shell
- Homepage: https://www.neilgrogan.com
- Size: 6.64 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Install
```sh
bash -c "$(curl -fsSL https://bit.ly/dfdotfiles)" && source ~/.bashrc
```
## Install without git
```sh
cd; curl -#L https://github.com/dueyfinster/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,LICENSE}
```
## Subdirectories
Each directory can used with [GNU Stow](https://www.gnu.org/software/stow/) to use those config files.