Pinned Loading
-
Windows: $HOME\Documents\PowerShell\...
Windows: $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 1# https://github.com/PowerShell/PSReadLine
2# Install-Module PSReadLine -Scope CurrentUser -Force
34# https://github.com/matt9ucci/DockerCompletion
5# Install-Module DockerCompletion -Scope CurrentUser
-
ubuntu:/home/saksonov/.zshrc
ubuntu:/home/saksonov/.zshrc 1# sudo apt install zsh
2# chsh -s $(which zsh)
3# mkdir -p ~/.antigen && curl -L git.io/antigen > ~/.antigen/antigen.zsh
45source ~/.antigen/antigen.zsh
-
.gitconfig
.gitconfig 1[user]
2email = [email protected]
3name = Andrey Saksonov
4signingkey = DE720735D1E82B84
5[commit]
-
docker-compose.sh
docker-compose.sh 1#!/bin/bash
23set -e
45usage() { echo "Usage: $0 -f {file} -u {nexus_user} -p {nexus_pass} {services}" 1>&2; exit 1; }
-
oracle-docker-images
oracle-docker-images PublicForked from oracle/docker-images
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Shell
-
ibmmq-container
ibmmq-container PublicForked from ibm-messaging/mq-container
Container images for IBM® MQ
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.