These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.
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
| #!/usr/bin/env bash | |
| echo "something" |
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
| <?xml version="1.1" ?> | |
| <ruleset name ="my app name"> | |
| <description>formatting rules</description> | |
| <arg name="colors"/> | |
| <arg value="sp"/> | |
| <arg name="report" value="summary"/> | |
| <ini name="memory_limit" value="64M"/> | |
| <file>src/</file> | |
| <rule ref="PSR2"></rule> | |
| </ruleset> |
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
| # Note: by using fish as default shell you don't need to add the following line #!/bin/bash | |
| # Just create a file into your home directory. | |
| # Example: vi ~/.bash_aliases OR nano ~/.bash_aliases and copy and paste this code after saying just tape source ~/.bash_aliases | |
| # Create and move into that directory | |
| function t-mkdir |
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
| If you wish to use fish as your default shell 🐚 | |
| simply tape the following command in your terminal 👇 | |
| chsh -s fish | |
| done! |