Skip to content

Instantly share code, notes, and snippets.

View alex-fedorov's full-sized avatar

Oleksii Fedorov alex-fedorov

View GitHub Profile
xrandr --output DP2 --mode 1280x1024 --same-as eDP1 ; xrandr --output eDP1 --mode 1280x1024 --same-as DP2
#!/usr/bin/env bash
set -e
## Developer Environment
# setup
mkdir -p ~/setup
cd ~/setup