Skip to content

largerock/terminal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home sweet home

Linux

# Get the general config
sudo apt update -y && \
sudo apt install -y git && \
git clone https://github.com/largerock/terminal.git ~/.george_terminal; \
sudo -E ~/.george_terminal/script/bootstrap.sh && \
~/.george_terminal/script/install.sh && \
~/.george_terminal/script/test

MacOS

NOTE you may need to install developer tools first (ssh & git) through invoke in CLI first or other method. then run this after thats donesies

# Get the general config
git clone https://github.com/largerock/terminal.git ~/.george_terminal; \
~/.george_terminal/script/bootstrap.sh && \
~/.george_terminal/script/install.sh && \
~/.george_terminal/script/test

Win

// windows .bat equivalents in same dir (warn they are WIP)
./script/bootstrap.bat
./script/install.bat

QA

what is this?

setup for terminal on all platforms. defaults to using zsh on unix and oh-my-posh on windows with starship as a config ontop of it

this was good to read: https://medium.com/@selvamraju007/customize-your-terminal-using-ohmyzsh-agnoster-theme-1f0bc50716ef#:~:text=Configure%20Agnoster%20theme&text=For%20this%2C%20you%20first%20need,icons%20used%20by%20the%20theme.&text=After%20installing%20the%20font%2C%20you,zshrc%20configuration%20file. https://www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal

About

What I need to use that terminal thing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.0%
  • Batchfile 12.9%
  • PowerShell 3.1%