Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magic3007/dotfiles
🤗 A collection of docker, gdb, git, vim, neovim, zsh, ranger, conda, and tmux configuration files and setup script under various OS.
https://github.com/magic3007/dotfiles
conda dockerfile dotfiles gdbinit git-config neovim ranger tmux tmux-conf vim zsh
Last synced: 1 day ago
JSON representation
🤗 A collection of docker, gdb, git, vim, neovim, zsh, ranger, conda, and tmux configuration files and setup script under various OS.
- Host: GitHub
- URL: https://github.com/magic3007/dotfiles
- Owner: magic3007
- License: mit
- Created: 2020-06-03T02:34:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T12:11:27.000Z (29 days ago)
- Last Synced: 2024-12-11T13:23:14.850Z (29 days ago)
- Topics: conda, dockerfile, dotfiles, gdbinit, git-config, neovim, ranger, tmux, tmux-conf, vim, zsh
- Language: Python
- Homepage: https://github.com/magic3007/dotfiles
- Size: 673 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
🤗 A collection of docker, gdb, git, vim, neovim, zsh, ranger, conda, pip, npm and tmux configuration files and setup script under various OS.Dotfiles use [Dotbot](https://github.com/anishathalye/dotbot) for installation. After cloning this repo, run `install` to automatically set up the development environment. Note that the install script is idempotent: it can safely be run multiple times.
## Summary and details
### Starring
- `oh-my-zsh` as shell
- `ranger` as file manager
- `nvim` as code editor
- `tmux` as terminal multiplexer## Making Local Customizations
You can make local customizations for some programs by editing these files:
- `git`: `~/.gitconfig_local`
- `zsh`: `~/.zsh_local`## Reference
- [nulloneguy/dotfiles](https://github.com/nulloneguy/dotfiles)