Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 845 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 845 Bytes

Dotfiles

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.

Prerequisites

  1. git

usage & installation

  1. install git then clone the repo to $HOME dir

  2. 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)"
  1. run the installation script
cd $HOME/bin
chmod +x install.sh
./install.sh

TODO

  1. add brew to the installation script