Skip to content

jdkang/conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

what this?

initial setup scripts for linux and windows shells/termianls. Includes my personal pref confs.

fonts

The default "with fonts" is FiraCode Nerd Font. You can change the font installed by passing the basename of the .zip asset as per Nerd Font Github Releases -- e.g. FiraCode, Hack, CascadiaCode, etc. It will always pull the latest release.

linux

  • zsh
  • oh-my-zsh
  • powerline10k customization
  • tmux customization
  • vim customization
  • initial zshrc

without fonts

rm -rf /tmp/jdkconf/ && git clone --depth 1 https://github.com/jdkang/conf.git /tmp/jdkconf && bash /tmp/jdkconf/linux/run.sh

with fonts

rm -rf /tmp/jdkconf/ && git clone --depth 1 https://github.com/jdkang/conf.git /tmp/jdkconf && bash /tmp/jdkconf/linux/run.sh && bash /tmp/jdkconf/linux/fonts.sh

windows

IMO Windows Termianl is better than ConEmu long-term but is unreliably installable esp for windows server.

includes:

  • oh-my-posh installation (installer has some prompting)
  • powerline10k-like customization
  • cmder mini + customization

without fonts

rm -recurse -force -ea 0 -path "${ENV:TEMP}\jdkconf" ; git clone --depth 1 https://github.com/jdkang/conf.git "${ENV:TEMP}\jdkconf" ; & "${ENV:TEMP}\jdkconf\windows\run.ps1"

with fonts

rm -recurse -force -ea 0 -path "${ENV:TEMP}\jdkconf" ; git clone --depth 1 https://github.com/jdkang/conf.git "${ENV:TEMP}\jdkconf" ; & "${ENV:TEMP}\jdkconf\windows\run.ps1" ; & "${ENV:TEMP}\jdkconf\windows\fonts.ps1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published