Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1013 Bytes

File metadata and controls

40 lines (24 loc) · 1013 Bytes

dotfiles

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.

Usage

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.

Installation

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.

Contributing

If you have any suggestions or find any bugs, please open an issue or pull request on GitHub.

License

This repository is released under the MIT License.