Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cogumm/mylinux
🐧 My default Linux settings
https://github.com/cogumm/mylinux
dotfiles linux shell
Last synced: 3 months ago
JSON representation
🐧 My default Linux settings
- Host: GitHub
- URL: https://github.com/cogumm/mylinux
- Owner: cogumm
- License: mit
- Created: 2011-07-05T19:41:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T11:07:00.000Z (10 months ago)
- Last Synced: 2024-03-31T12:22:17.350Z (10 months ago)
- Topics: dotfiles, linux, shell
- Language: Shell
- Homepage:
- Size: 1.53 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My default 🐧 Linux settings
What is the project ? |
Who to use |
How to contribute |
License---
## :information_source: What is the project ?
This project as a installation script for some development applications and settings for my 🐧 Linux environment.
### :coffee: Who to use
Only perform the following steps:
Install Git
```bash
$ 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.
## :memo: License
This project is under MIT license (Copyright (c) 2010 CoGUMm), for more details check [LICENSE][license]!
Made with ♥ by Gabriel F. Vilar :wave: [Telegram][telegram]
[license]: https://cogumm.mit-license.org/
[telegram]: https://t.me/CoGUMm