Skip to content

cogumm/myLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My default 🐧 Linux settings

GitHub language count Repository size GitHub last commit License Stargazers

What is the project ?   |    Who to use   |    How to contribute   |    License


ℹ️ What is the project ?

This project as a installation script for some development applications and settings for my 🐧 Linux environment.

☕ Who to use

Only perform the following steps:

Install Git

$ sudo apt install git

Configure Git author

$ git config --global user.name 'Your name'
$ git config --global user.email 'Your best email'

Clone this repository

$ git clone https://github.com/cogumm/myLinux.git

# Accessing the directory.
$ cd 'myLinux'

# Running the program.
$ bash init.sh

Or

$ sudo curl -L https://raw.githubusercontent.com/cogumm/myLinux/master/init.sh | bash

🤔 How to contribute

  • Fork this project;
  • Create a branch: git checkout -b my-feature;
  • Submit your changes: git commit -m 'feat: My new feature';
  • Push your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours. After your request to receive the merger, you can delete your branch.

📝 License

This project is under MIT license (Copyright (c) 2010 CoGUMm), for more details check LICENSE!

Made with ♥ by Gabriel F. Vilar 👋 Telegram

About

🐧 My default Linux settings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published