A collection of all of my zsh configs. To source them, add the following to your .zshrc file.
# Source config files
export DOTFILE_PATH="PATH_TO_YOUR_DOTFILES"
for file in "$DOTFILE_PATH"/*.zsh; do
source "$file"
done
Customized nvchad configs. Once installed, create a symlink with:
ln -s {path to dotfiles/nvim} ~/.config/nvim
Terminal emulator configs + startup session script and theme. Create a symlink with:
ln -s {path to dotfiles/kitty} ~/.config/kitty
-
Install starship
brew install starship
-
Link to .config
ln -s {path to dotfiles/starship.toml} ~/.config/starship.toml
An ever-expanding list of quotes and a script that adds quotes to go with it. Requires gum and jq
Call the quote
command in your shell to add a new quote. Calling quote
with the -p
flag will use the previous author and source.
Add the following to your .zshrc file to get random quotes on startup:
get_random_quote
Here's a list of other handy tools and their installation instructions
NOTE: add a .hushlogin
file to your home directory to stop showing the last login message