Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jacogrande/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

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

REQUIRED PACKAGES

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

  1. Install starship brew install starship

  2. Link to .config ln -s {path to dotfiles/starship.toml} ~/.config/starship.toml

QUOTES

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

OTHER

Here's a list of other handy tools and their installation instructions

  1. homebrew
  2. autojump
  3. asdf
  4. fzf
  5. fzf-git
  6. thefuck
  7. lsd

NOTE: add a .hushlogin file to your home directory to stop showing the last login message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published