Skip to content
View andreysaksonov's full-sized avatar
🦑
Software Engineer
🦑
Software Engineer
Block or Report

Block or report andreysaksonov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 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
    3
    
                  
    4
    # https://github.com/matt9ucci/DockerCompletion
    5
    # Install-Module DockerCompletion -Scope CurrentUser
  2. 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
    4
    
                  
    5
    source ~/.antigen/antigen.zsh
  3. .gitconfig .gitconfig
    1
    [user]
    2
    	email = andrey@saksonov.me
    3
    	name = Andrey Saksonov
    4
    	signingkey = DE720735D1E82B84
    5
    [commit]
  4. docker-compose.sh docker-compose.sh
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    usage() { echo "Usage: $0 -f {file} -u {nexus_user} -p {nexus_pass} {services}" 1>&2; exit 1; }
  5. oracle-docker-images oracle-docker-images Public

    Forked from oracle/docker-images

    Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects

    Shell

  6. ibmmq-container ibmmq-container Public

    Forked from ibm-messaging/mq-container

    Container images for IBM® MQ

    Go