Software Engineer
- Russia, Voronezh
- https://saksonov.me
- @suxonoff
Block or Report
Block or report andreysaksonov
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
1
# Install-Module PSReadLine -Scope CurrentUser -Force
2# Install-Module posh-git -Scope CurrentUser
3# Install-Module DockerCompletion -Scope CurrentUser
45# winget install JanDeDobbeleer.OhMyPosh
-
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
-
1
[user]
2email = andrey@saksonov.me
3name = Andrey Saksonov
4signingkey = DE720735D1E82B84
5[commit]
-
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 Public
Forked from oracle/docker-images
Official source for Docker configurations, images, and examples of Dockerfiles for Oracle products and projects
Shell
-