This repository contains my personal configuration files and scripts for optimizing my development environment. Includes settings for Bash, Vim, ZSH, and more. Easily back up, synchronize, and customize your environment.
You Need to have Git , FZF, Stow and Zsh installed on your system.
if you have zoxide installed, you can uncomment the zoxide line in the .zshrc file.
and if you have tmuxifier installed, you can uncomment the tmuxifier line in the .zshrc file.
To use this repository, simply clone it to your local machine.
git clone https://github.com/codeopshq/dotfiles.git
Once cloned, navigate to the desired directory.
cd dotfiles
Run stow to install the dotfiles.
stow .
You are now ready to use the dotfiles in your environment.
If you have any suggestions or find any bugs, please open an issue or pull request on GitHub.
This repository is released under the MIT License.