Skip to content

Instantly share code, notes, and snippets.

View valc93's full-sized avatar

Victor A. Lacayo valc93

View GitHub Profile
@valc93
valc93 / newWSL.txt
Last active July 8, 2019 18:06
My steps when installing WSL or nuking my old install and starting over.
# Download WSL
https://docs.microsoft.com/en-us/windows/wsl/install-win10
# Update new installation
sudo apt update && sudo apt -y full-upgrade
# Install additional packages
sudo apt install git zsh build-essential
# Make zsh default (close and reopen terminal)
@valc93
valc93 / PSversion
Created May 6, 2016 17:59
Check Version of PowerShell
https://blogs.technet.microsoft.com/heyscriptingguy/2014/10/13/powertip-check-version-of-powershell/
$PSVersionTable.PSVersion
@valc93
valc93 / ozonify.txt
Created February 6, 2015 00:08
Let's Ozonify erveything!
https://github.com/ozonos
Ozon for Gnome Shell
git clone https://github.com/ozonos/ozon-shell.git
Place the Ozon directory in /usr/share/themes/ or ~/.local/share/themes/
The theme requires User Theme Extension for Gnome Shell.
Ozon GTK Theme
git clone https://github.com/ozonos/ozon-gtk-theme.git
Extract the zip file to the themes directory i.e. /usr/share/themes/
@valc93
valc93 / conan_essentials.txt
Last active November 28, 2015 19:42
Detective Conan: The Essentials
Detective Conan: The Essentials
Source:
http://members.shaw.ca/makimura/DCN/EPS/DCNCRITEP.html
http://xerbladex.blogspot.com/p/detective-conan-important-episode-list.html
http://www.detectiveconanworld.com/wiki/Anime
1-7
9
10
@valc93
valc93 / freya.txt
Created January 13, 2015 04:59
Freya Installation
sudo add-apt-repository ppa:elementary-os/daily
sudo add-apt-repository ppa:elementary-os/testing
sudo add-apt-repository ppa:elementary-os/os-patches
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install elementary-desktop
@valc93
valc93 / rubyrvm
Created January 11, 2015 05:09
Install Ruby with RVM in linux
\curl -L https://get.rvm.io | bash -s stable --ruby
@valc93
valc93 / awm.txt
Created December 20, 2014 20:14
Install AwesomeWM in crouton
sudo sh ~/Downloads/crouton -r [-f] -t xorg,x11,keyboard,extension,core,cli-extra
@valc93
valc93 / boilerplate.md
Created December 17, 2014 04:54
Some ideas for designing a boilerplate
@valc93
valc93 / gnomeext.txt
Last active August 29, 2015 14:11
Useful Gnome Shell Extensions
important: gnome-tweak-tool
###Adding Custom Themes###
https://extensions.gnome.org/extension/19/user-themes/
###Extending the Shell###
https://extensions.gnome.org/extension/307/dash-to-dock/
https://extensions.gnome.org/extension/2/move-clock/
https://extensions.gnome.org/extension/28/gtile/
https://extensions.gnome.org/extension/16/auto-move-windows/
https://extensions.gnome.org/extension/517/caffeine/
@valc93
valc93 / zshstart.txt
Last active August 29, 2015 14:10
Getting zsh to work
Prezto
http://jeromedalbert.com/migrate-from-oh-my-zsh-to-prezto/
http://joshsymonds.com/blog/2014/06/12/shell-awesomeness-with-prezto/
http://mikebuss.com/2014/02/02/a-beautiful-productive-terminal-experience/
http://www.paradox.io/posts/9-my-new-zsh-prompt
http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/