Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laansdole/in-a-nutshell
My DevOps Learning Journey on Debian/LINUX
https://github.com/laansdole/in-a-nutshell
debian-linux gitconfig shell unix zshrc
Last synced: about 2 months ago
JSON representation
My DevOps Learning Journey on Debian/LINUX
- Host: GitHub
- URL: https://github.com/laansdole/in-a-nutshell
- Owner: LaansDole
- License: mit
- Created: 2023-07-19T13:54:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T10:17:13.000Z (4 months ago)
- Last Synced: 2024-10-13T17:42:39.518Z (3 months ago)
- Topics: debian-linux, gitconfig, shell, unix, zshrc
- Language: Shell
- Homepage:
- Size: 6.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π° Welcome to my `in-a-nutsh` journey π
- System: ***MacOS*** and ***WSL2 Ubuntu***
- ***Custom [.gitconfig](./_git_/.gitconfig)***
## βΎοΈ UNIX/Linux Project and DevOps
- [MinIO System Admin](https://github.com/LaansDole/unix-sysadm-minio)
- [CI/CD pipeline for RMIT Store](https://github.com/RMIT-DevOps-Hackathon/COSC2767-RMIT-Store)
- [RMIT ITS Scripts](https://github.com/LaansDole/RMIT-ITS-useful-scripts)## Getting Started
This repository contains my learning journey for Shell Scripting and other nerdy customizations:
- For [git aliases](./_git_)
- For [zsh aliases](./_zsh_)## Pre-requisites
- For macOS, you must have `Homebrew` installed
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
## Usage
### On MacOS
For best experience, ***[iTerm2](https://iterm2.com/)*** is recommended to install
### On Windows WSL2 Ubuntu
For best experience, ***[OhMyZsh](https://www.tecmint.com/install-oh-my-zsh-in-ubuntu/)*** is recommended to install.
- ***First time setup WSL2 Ubuntu, see [WSL2 setup scripts](./wsl2-script/)***## References and Bug Fixes
- See [ZSH README](./_zsh_/README.md) for a clean installation of `node` and `npm` on different OS