mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-01-25 22:41:48 -05:00
main
ZSH Plugin and Theme
The key to this setup is GNU stow a symlink manager. stow allows you to easily link the files in the repo directly to where these files would be in your home directory originally.
I prefer to manually install the my zsh theme and plugins. I like to the ~/.zsh directory to store the repos of any dependencies I bring into my config.
Prerequisites
GNU stow
Install stow with your system's package manager.
Nerd Fonts
Make sure you get a nerd font installed and configured for your terminal emulators, text editors, and IDEs of choice.
Powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.zsh/powerlevel10k
zsh-autosuggestions
git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
Configure a New Machine
- Clone this repository to your home directory
git clone https://github.com/cole-maxwell1/dotfiles.git - Run GNU stow
cd dotfiles && stow . - Make scripts executable for current user
chmod -R u+x ~/dotfiles/.scripts/
Description
Languages
Lua
99.7%
Shell
0.3%