https://github.com/kkrull/dotfiles
Settings for a POSIX environment
https://github.com/kkrull/dotfiles
bashrc dotfiles gitconfig tmux-conf zshrc
Last synced: 3 months ago
JSON representation
Settings for a POSIX environment
- Host: GitHub
- URL: https://github.com/kkrull/dotfiles
- Owner: kkrull
- License: mit
- Created: 2016-03-26T22:37:01.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T23:09:22.000Z (4 months ago)
- Last Synced: 2025-02-25T23:31:21.890Z (4 months ago)
- Topics: bashrc, dotfiles, gitconfig, tmux-conf, zshrc
- Language: Emacs Lisp
- Homepage:
- Size: 3.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
Configuration for shells and other things I use on the command line.
## Contents
- `bash`:
- for [`git-bash`](./bash/git-bash/README.md)
- for [MacOS](./bash/macos/README.md)
- [`git`](./git/README.md)
- [`tmux`](./tmux/README.md)
- `vim`:
- for [MacOS](./vim/macos/README.md)
- for [Windows Subsystem for Linux](./vim/wsl/README.md)
- [`zsh`](./zsh/README.md)## Documentation
- [Task Automation](./doc/task-automation.md)
- [Windows Subsystem for Linux](./doc/wsl.md)## Installation and removal
Try the `Makefile` and `README` in each tool's directory.