# dotfiles **Repository Path**: magic3007/dotfiles ## Basic Information - **Project Name**: dotfiles - **Description**: 🤗 A collection of vim, zsh, git, and tmux configuration files and setup script under various OS. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-02 - **Last Updated**: 2026-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. ## Getting Start 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. ```bash git clone --recursive https://github.com/magic3007/dotfiles.git cd dotfiles ./install ``` ## 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)