Thanks to visit codestin.com
Credit goes to github.com

Skip to content

givan2code/setup.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Under development right now.

Setup your Linux machine

Inpired by Laptop script from https://github.com/thoughtbot

'Setup' is a simple way to make your unix/linux machine ready for frontend web development. With this script you can in one click install all tools, that you need for comfortable development on Linux machine. Its like Laptop script but for Linux and frontend ;-)

Support

It can be used on :

  • Debian
  • Linux Mint
  • Ubuntu
  • Elementary OS and other deb-based distors

Install

It's can be installed via curl :

bash <(curl -s https://raw.githubusercontent.com/drKraken/setup.sh/master/setup.sh)

If you dont have curl installed :

sudo apt-get install curl;
bash <(curl -s https://raw.githubusercontent.com/drKraken/setup.sh/master/setup.sh)

Usage

If you have a trouble on your machine you can view ~/.fds-log.log or send me mail with your error type and type of distro.

Help

If you use linux for front end dev and want to make first set up more comfortable, you can help me to make this script more useful. Simply mail me with your advice.

I need help of people that use Fedora, Arch and other linux distros to make this script work for these.

Included

Script will install for you :

General:

Task runners:

Package management:

Testing tools:

Frameworks

Editor

And its will fix some common troubles with compass, ruby, node, grunt/gulp

For the end of installing, you will have ready for development linux machine. Its open-source and free for usage. Make fun =)

License: MIT

About

Shell script that automate installing dev tools for Linux box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages