Skip to content

Instantly share code, notes, and snippets.

@Manoj-Paramsetti
Manoj-Paramsetti / .bashrc
Last active February 6, 2024 06:26
Customized .bashrc
#source /usr/share/defaults/etc/profile
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
@Manoj-Paramsetti
Manoj-Paramsetti / gh-installation.md
Last active September 15, 2025 22:49
Installation Guide for gh

Installing gh on Linux and FreeBSD

(From cli/cli) Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases are considered official binaries. We focus on popular Linux distros and the following CPU architectures: i386, amd64, arm64.

Other sources for installation are community-maintained and thus might lag behind our release schedule.

2023 mkdir learn-pull-request
2024 cd learn-pull-request/
2025 git init
2026 git add README.md
2027 touch README.md
2028 git add README.md
2029 git commit -m "initial commit"
2030 git branch -M main
2035 git remote add origin [email protected]:Manoj-Paramsetti/learn-pull-request.git
2040 ssh-agent -s