Skip to content

alhsu/dotfiles

 
 

Repository files navigation

Quick and dirtily install packages from cider to Ubuntu (some will fail)

for pkg in jq .formulas[] bootstrap.json | sed -e 's/"//g'; do sudo apt-get install $pkg; done for pkg in jq .casks[] bootstrap.json | sed -e 's/"//g'; do sudo apt-get install $pkg; done

About

@brainstorm does dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.2%
  • Vim Script 13.3%
  • Shell 12.3%
  • Ruby 4.2%