This repository contains configuration files for my development environment, focusing on zsh, vim, and tmux. While specific to my setup, you might find helpful configurations if you're familiar with these tools.
Dotfiles are hidden configuration files found in your home directory that customize your environment. They can improve your productivity and workflow by adjusting settings for your terminal, editor, and other tools.
This repository is designed for developers who: Use zsh, vim, and tmux. Are comfortable with basic command-line operations. Appreciate efficient and customized setups.
git clone https://github.com/RWalecki/dotfiles.git
cd dotfiles
./install.sh
sudo apt-get install zsh
exec zsh
Warning: Running the installation script (./install.sh) will back up your existing dotfiles to the $HOME/.dotfiles_backup directory. This is to prevent accidental data loss.
Enjoy! I hope these dotfiles enhance your development experience. Please feel free to leave feedback or suggestions!