config_files
config_files copied to clipboard
All my conf files
Linux and Mac configuration files
I have made over 700 commits to this. lol
Pro Tip
You can soft-link the config files and aliases files to the desired location directly from the git repo so that your changes can be directly uploaded to your Github if you choose to do so.
In any case, the files will still work if you just copy them to their supposed location.
ln -sf <location of original files> <location where is config file is supposed to be placed>
Terminal Themes
Dependencies
- oh-my-zsh (For the zsh shell replacing bash)
- zsh-syntax-highlighting (For syntax highlighting in the terminal!)
- zsh-autosuggestions (For fish shell like autosuggestions)
- Powerlevel10k (For shell the theme)
- Nerd Fonts (For the glyphs)
Linux

Terminal: Konsole
The blur comes from compton-tryone
Steps to install
- Soft Link or copy the
.zshrcand.p10k.zshfiles in$HOME - Run
source ~/.zshrc - Make sure the font of the terminal is set to a Nerd Font
Mac

Terminal: iTerm2
bspwm


Steps to install
- Install bspwm, rofi, picom and polybar.
- Soft link or copy the files from
.configfolder to$HOME/.config - Reboot
Note
You need to modify the config files for polybar and bspwm to match your system harware requirements
Polybar

Rofi
The rofi themes are based on - https://github.com/adi1090x/rofi

