Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

iamKunal/cloud-setup-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with love

Cloud Setup Scripts

These are my personal files containing the scripts, I use to setup a fresh Ubuntu 16.04 instance on my AWS.

Everything is managed mostly using zplug.

Installing and Usage

git clone https://github.com/iamKunal/cloud-setup-scripts.git
cd cloud-setup-scripts
./setup.sh
# Please change shell to zsh using chsh or manually editing the `/etc/passwd` file.
. ~/.zplugrc
zplug install
zplug load --verbose

Configuration and modding

  • apt.packages - contains one package (per line or separated by space) to be installed using apt
  • setup.sh - The installer script
  • scripts/ - Add scripts you wish to execute, should be made executable and setup.sh will execute them upon running. Look at sample scripts in sample/scripts/
  • dotfiles - These will be directly copied over to your $HOME directory.

About

Scripts and files to set up cloud VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published