Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ra101/awesome

Gathered from all over the internet, A non-exhaustive opinionated Awesome list by me; for me.
https://github.com/ra101/awesome

List: awesome

awesome awesome-javascript awesome-list awesome-lists awesome-python awesome-readme javascript linux python

Last synced: 11 days ago
JSON representation

Gathered from all over the internet, A non-exhaustive opinionated Awesome list by me; for me.

Awesome Lists containing this project

README

        

```cpp
if (sad) { sad.stop(); beAwesome() }
```
Gathered from all over the internet, A non-exhaustive opinionated Awesome list by me; for me.


## Windows Setup

### Dev Tools

[Chocolatey](https://chocolatey.org/install): The OG Package Manager for Windows (for managing dev langs and tools).

[WinGet](https://github.com/microsoft/winget-cli): The Official Windows Package Manager.
```
https://aka.ms/getwinget
```

[gsudo](https://github.com/gerardog/gsudo): It is a sudo equivalent for Windows, with a similar user-experience as the original *nix sudo.
```
winget install gerardog.gsudo

choco install gsudo
```

[Busybox](https://frippery.org/busybox/): A binary containing many common Unix tools.
```
sudo choco install busybox && sudo busybox --install
```

[GNU Core Utilities](https://gnuwin32.sourceforge.net/packages/coreutils.htm): They are the GNU operating system's basic file, shell and text manipulation utilities.
```
sudo choco install gnuwin32-coreutils.install
```

[Nano](https://github.com/okibcn/nano-for-windows): A wonderfully easy-to-use and friendly Pico text editor.
```
sudo choco install nano
```

[NTop](https://github.com/gsass1/NTop): A `htop` like system-monitor with vi-emulation for Windows.
```
winget install -e --id gsass1.NTop

sudo choco install ntop.portable
```

### Fun Software

[Attribute Changer](https://www.petges.lu/): Modify system attributes and manipulate the date and time of files and folders.
```
sudo choco install attributechanger
```

[Opera Neon](https://www.opera.com/browsers/neon): A vision for the future of desktop browsers.
```
sudo choco install opera-neon
```

```
Git
ueli
neofetch-win
MPC-HC
K-Lite Codec Pack 17.9.4 Full
VLC
Cloudflare WARP
Inkscape
Typora
File Converter (64 bit)
osquery
4K Video Downloader
Avidemux 2.8 64 bits
AOMEI Partition Assistant 9.14.0
LocalWP 5.6.6
Stretchly 1.15.1
FFmpeg
Wget
Postman x86_64 10.21.0
```




## MacOS/Linux Setup




## Browser (Chrome) Setup




## Python




## Data Science




## Javascript




## Docker, Kubernetes, Infra++




Made with ❤️ by〈 RA 〉