Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faidfadjri/linux-setup
Setup linux for current developers
https://github.com/faidfadjri/linux-setup
apt bash-script installation package setup ubuntu
Last synced: about 1 month ago
JSON representation
Setup linux for current developers
- Host: GitHub
- URL: https://github.com/faidfadjri/linux-setup
- Owner: faidfadjri
- Created: 2023-10-17T01:39:21.000Z (about 1 year ago)
- Default Branch: ubuntu-setup
- Last Pushed: 2023-10-18T07:36:14.000Z (about 1 year ago)
- Last Synced: 2024-05-08T03:28:15.927Z (8 months ago)
- Topics: apt, bash-script, installation, package, setup, ubuntu
- Language: Shell
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Setup with CLI
![](https://www.debugpoint.com/wp-content/uploads/2023/03/Ubuntu-23.04-Lunar-Lobster-Desktop.jpg)
> Simplified ubuntu package installation setup for the first time. Especially for developers
#### **LIST OF PACKAGES**
_using this one simple command you'll get bunch of package which is usefull for you as developers especially for backend or frontend web developers._
| Package | Description |
| ------------------ | -------------------------------- |
| NODE JS | Node.js runtime environment |
| NPM | Node Package Manager |
| PHP | PHP programming language |
| PYTHON | Python programming language |
| DOCKER | Containerization platform |
| VISUAL STUDIO CODE | Code editor by Microsoft |
| BEEKEEPER STUDIO | SQL editor and database manager |
| FILEZILLA | FTP client and server |
| POSTMAN | API development and testing tool |
| NEOVIM >= 0.8.0 | Vim-based text editor |
| WAVEMON | Wireless network monitoring tool |Clone this repository
```
git clone https://github.com/faidfadjri/linux-setup.git
```Move to the directory
```
cd linux-setup
```Change file permission ( make it executable )
```
chmod +x ./install.sh
```Execute the **install.sh** file
```
./install.sh
```☕ Take a break and wait for a minutes ...
![](assets/images/setup.png)
After you see this list of command. Finally you're package already installed.[ Optional ] If you want add vim plugin for customize your VIM editor.
Copy file from git repository to your local machine
> .config/nvim/init.vim
Congrats! Happy Code 🥳