Under development right now.
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 ;-)
It can be used on :
- Debian
- Linux Mint
- Ubuntu
- Elementary OS and other deb-based distors
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)
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.
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.
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