This repository contains my personal configurations and setup scripts for my Termux and Zsh environment. It includes everything from package installations to custom Zsh themes and plugins.
- dependencies.sh: Installs necessary packages that I commonly use for my Termux setup.
- install.sh: This script to set up my environment, configure Git, install Zsh, and set up Oh My Zsh and other helpful tools.
- repo.sh: This one clone some of my favorite repositories.
- sync.sh: This applies zshrc from the folder to my environment.
- zshrc: My customized Zsh configuration file, set up with the Spaceship prompt and useful plugins.
- MesloLGSNerdFont-Regular.ttf: This is a custom font.
- Clone the repository:
git clone https://github.com/tanvirr007/dotfiles.git
cd dotfiles
- Run the installation script:
bash install.sh
- This will:
- Install required packages
- Set up Oh My Zsh
- Apply custom Zsh themes and plugins
- Set up Git configuration
- Once the script completes, The terminal will be set up with my custom environment!
- If you want to modify anything, feel free to change the zshrc file and run bash sync.sh to see the changes.
- If you want to add more repositories to the cloning script, simply modify the REPOS array in the repo.sh script. Same thing for dependencies.sh