Skip to content

lucaslamar/setup-linux-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

setup-linux-debian

Base linux script to install theme programs and essential programming icons, with a greater focus on: Node.js, React.JS and React Native.

Setup Linux

Basic Programs

Optional Programs

Maybe you like it (NOT in the script)

Vscode Extensions Tips

  • Dracula Official
  • Color Highlight
  • Bracket Pair Colorizer
  • Material Icon Theme
  • Live Server
  • Live Share
  • DotENV
  • EditorConfig for VS Code
  • Project Manager
  • GitLens — Git supercharged
  • Docker
  • Rocketseat React Native
  • VS Code ES7 React/Redux/React-Native/JS snippets
  • vscode-styled-components

Running Script

After cloning or downloading zip repository and entering the folder and execute the following commands:

  • Run chmod +x ./install.sh;
  • Run ./install.sh;

Contribute

  1. Make the fork of the project (https://github.com/lucaslamar/setup-linux-debian/fork)
  2. Create a branch for your modification (git checkout -b feature/fooBar)
  3. Make commit (git commit -m '[FEAT] - Estrutura inicial do projeto')
  4. Push (git push origin feature/fooBar)
  5. Create a new Pull Request

Comments

  • Snapd is not working in version 20 of Linux Mint - Checked on 07/26/2020