2024-05-24 21:35:17 -05:00
2024-05-23 21:16:09 -05:00
2024-05-23 21:16:09 -05:00

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

  1. Clone this repository to your home directory
    git clone https://github.com/cole-maxwell1/dotfiles.git
    
  2. Run GNU stow
    cd dotfiles && stow . 
    
  3. Make scripts executable for current user
    chmod -R u+x ~/dotfiles/.scripts/
    
Description
No description provided
Readme 39 KiB
Languages
Lua 99.7%
Shell 0.3%