GitXplorerGitXplorer
a

environment

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
2f14ad44d59f579e786645e3db946854fd989f76

[linux] Update PS1

aashenm committed 10 months ago
Verified
415a9d01fdda4cc38741ebb0d7131c730517329b

Set upstream tracking on alias push

aashenm committed 4 years ago
Verified
a650000d3582ad127dd10b58d83d01f6f44e24ff

Merge pull request #19 from ashenm/releases-api

aashenm committed 4 years ago
Verified
848e58941ffe834ba111cefa6b849569064b2848

Manually fetch all Git remote tags

aashenm committed 4 years ago
Verified
e9353cf4e1b88ad4bbb2d7ef633d298ab793dede

[Skip CI] Avoid reverse dependency triggers on non-master branches

aashenm committed 4 years ago
Verified
6ff1d00ea8a8fa7d4e556402c2a02d1a631fd8e8

[Skip CI] Avoid recursive build triggers on ashenm/workspace

aashenm committed 4 years ago

README

The README file for this repository.

= Environment :toc: :toc-placement!: :warning-caption: :warning: :note-caption: :paperclip: :important-caption: :heavy_exclamation_mark:

[discrete] ====== Customise Linux/Windows Operating Environment image:https://travis-ci.com/ashenm/environment.svg?branch=master["Build Status", link="https://travis-ci.com/ashenm/environment"]

=== Debian/Ubuntu [source, shell]

sudo add-apt-repository --yes ppa:ashenm/ppa &&
sudo apt-get -o Dpkg::Options::="--force-overwrite" install environment sudo sed -i -E 's/^PATH="?([^"]+)"?$/PATH="/opt/workspace/bin:\1"/' /etc/environment

=== Windows [source, batch]

BITSADMIN /TRANSFER environment-setup /DOWNLOAD ^ https://raw.githubusercontent.com/ashenm/environment/master/windows/setup.cmd %TEMP%\environment-setup.cmd >> NUL && ^ %TEMP%\environment-setup.cmd && DEL /S /Q %TEMP%\environment-setup.cmd