This is a collection of my dotfiles for my linux systems. With a fully fledged install script that will allow for installing all of the dependencies that are needed in my dotfiles.
Please note that if you run the install script, it will overwrite any existing configurations that you have on your system, so do not forget to take backups of any CLI tools or other file-based configurations on your system!
To install my dotfile setup:
- First, clone the git repository
git clone https://www.github.com/eef-g/dotfiles.git ~/dotfiles
- Next, navigate into the Installation
cd ~/dotfiles
- Run the installation script to install and setup the dotfiles
bin/install.sh
-
The dotfiles should now be installed, but some plugins may need to be loaded, such as for tmux.
-
Any time you make changes to the dotfiles and need to resync them, run the following command in a zsh session:
syncdots