# Fetch latest version
TAG=$(curl -s https://api.github.com/repos/prometheus/prometheus/releases | jq -r '.[] | .tag_name' | head -n 1)
echo $TAG
# Remove the `v` prefix
VERSION=$(echo $TAG | sed 's/v//')
echo $VERSION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PKG_CONFIG_PATH=`brew --prefix openssl@1.1`/lib/pkgconfig/ rvm install "ruby-3.3.3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # @author: Jarle Friestad | |
| # Based on script by Claus Witt (http://clauswitt.com/319.html) | |
| # Adding or Removing Items to hosts file | |
| # Use -h flag for help | |
| DEFAULT_IP=127.0.0.1 | |
| IP=${3:-$DEFAULT_IP} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace :deploy do | |
| namespace :assets do | |
| Rake::Task['deploy:assets:precompile'].clear_actions | |
| desc "Precompile assets on local machine and upload them to the server." | |
| task :precompile do | |
| run_locally do | |
| execute 'RAILS_ENV=production bundle exec rake assets:precompile' | |
| end |
λ ~ rm -rf /usr/local/var/postgres
λ ~ initdb --locale=en_US.UTF-8 -E UTF-8 /usr/local/var/postgres
λ ~ /usr/local/bin/pg_upgrade --old-datadir /usr/local/var/postgresql@11 \
--new-datadir /usr/local/var/postgres \
--old-bindir /usr/local/opt/postgresql@11/bin \
--new-bindir /usr/local/opt/postgresql@13/bin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NieR Replicant | |
| NieR Gestalt | |
| Dante's Inferno | |
| Demon's Souls | |
| Drakengard 3 | |
| Capita America: Super soldier | |
| Sly Cooper: Theives in Time | |
| Infamous 1 | |
| Infamous 2 | |
| Amazing Spider-Man |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # custom JetBrains Rider VM options | |
| -ea | |
| -Xms2048m | |
| -Xmx4096m | |
| -Xss16m | |
| -XX:MetaspaceSize=512m | |
| -XX:MaxMetaspaceSize=2G | |
| -XX:ConcGCThreads=6 | |
| -XX:ParallelGCThreads=6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [user] | |
| name = Maxim Zhukov | |
| email = crmaxx@gmail.com | |
| [core] | |
| excludesfile = /Users/mzhukov/.gitignore_global | |
| editor = subl -w | |
| logAllRefUpdates = true | |
| #autocrlf = true | |
| [credential] | |
| helper = osxkeychain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[dockerfile]": { | |
| "editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
| }, | |
| "telemetry.enableCrashReporter": false, | |
| "telemetry.enableTelemetry": false, | |
| "files.trimTrailingWhitespace": true, | |
| "files.exclude": { | |
| "/*.beam": true, | |
| "/*.pyc": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/core" | |
| tap "homebrew/services" | |
| brew "autoconf" | |
| brew "automake" | |
| brew "cmake" | |
| brew "coreutils" | |
| brew "curl" | |
| brew "direnv" |
NewerOlder