Skip to content

Script to kickstart a new Ubuntu machine for development

Notifications You must be signed in to change notification settings

rentziass/kowabunga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

kowabunga

Script to kickstart a new Ubuntu machine for development as I like it to be.

Quickstart

  • Download the script
  • chmod +x kowabunga.sh
  • ./kowabunga.sh

This script refers to my dotfiles. I will implement a configurable version soon, meanwhile you may fork this repo and tweak as you prefer!

ZSH AS DEFAULT

Run this command once the script is done, and then reboot your computer

chsh -s $(which zsh)

About

Script to kickstart a new Ubuntu machine for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages