Skip to content

glennmatlin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glenn's .dotfiles

Dotfile Management

Shell

https://github.com/ryanoasis/nerd-fonts

Starship

https://youtu.be/Xyr_EOmEB_g https://starship.rs/

Bash

ZSH

oh-my-zsh

omz Themes
omg plugins

Plugins

zsh-autosuggestions

Install the zsh-autosuggestions plugin:

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Add the plugin to the ~/.zshrc file:

plugins=(git) plugins=(git zsh-autosuggestions)

After resource the ~/.zshrc file source ~/.zshrc, the zsh-autosuggestions plugin will work.

zsh-syntax-highlighting

Install the zsh-syntax-highlighting plugin:

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Add the plugin to the ~/.zshrc file:

plugins=(git zsh-autosuggestions) plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

After resource the ~/.zshrc file source ~/.zshrc, the zsh-syntax-highlighting plugin will work.

Python

pyenv

Windows

chocolatey

scoop

https://scoop.sh/

  1. Install using PowerShell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  1. Add extra download repositories
scoop bucket add extras
scoop bucket add nerd-fonts
scoop bucket add nonportable
  1. Install portable
scoop install <nerd-font>
  1. Install non-portable
scoop install grammarly-np

Terminal

https://github.com/microsoft/terminal

Oh My Posh

https://ohmyposh.dev/

  1. Install oh-my-posh
scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json
  1. Edit your profile
notepad $PROFILE
  1. Add the snippet below
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/powershell10k_rainbow.omp.json" | Invoke-Expression
  1. Reload your shell
. $PROFILE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published