Skip to content

Instantly share code, notes, and snippets.

View cjayyy's full-sized avatar

Václav Nosek cjayyy

  • Keboola
  • Czech Republic
View GitHub Profile
a-0012.a-msedge.net
a001.casalemedia.com
a002.casalemedia.com
a003.casalemedia.com
a004.casalemedia.com
a004.webmd.inscname.net
a005.casalemedia.com
a006.casalemedia.com
a007.casalemedia.com
a008.casalemedia.com
const glob = require('glob');
const fs = require('fs');
const path = require('path');
glob('src/**/*.jsx', function(error, files) {
if (error) throw error;
files.forEach(function(file) {
const fileName = path.basename(file, '.jsx');
@cjayyy
cjayyy / custom-juno.sh
Created December 11, 2019 14:47 — forked from konstantinbo/custom-juno.sh
Thing to do after installation of Elementary OS Juno (5.0)
# First you update your system
sudo apt update && sudo apt-get dist-upgrade
# Uninstall unnecessary programs
sudo apt purge epiphany-browser epiphany-browser-data #browser
sudo apt purge pantheon-mail
# Bring back Software and Updates from Ubuntu
sudo apt-get install software-properties-gtk
# Properties Commons (to install elementary tweaks)