This Repository Dotfiles contain my personal config files. Here you'll find configs, customizations, themes, and whatever I need to personalize my Linux and mac OS experience.
⚠️ Be aware, products can change over time. I do my best to keep up with the latest changes and releases, but please understand that this won’t always be the case.
- git
-
install
git
then clone the repo to $HOME dir -
install
oh-my-zsh
and link your $HOME/.zshrc to $HOME/bin/.vimrc
# run the command below an be found https://ohmyz.sh/#install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- run the installation script
cd $HOME/bin
chmod +x install.sh
./install.sh
- add brew to the installation script