Skip to content

Instantly share code, notes, and snippets.

View MrAnyx's full-sized avatar
πŸ”₯
Talk is cheap. Show me the code

Robin MrAnyx

πŸ”₯
Talk is cheap. Show me the code
View GitHub Profile
@MrAnyx
MrAnyx / .bashrc
Last active February 6, 2022 18:59
Custom Git Bash .bashrc file
# To the extent possible under law, the author(s) have dedicated all
# copyright and related and neighboring rights to this software to the
# public domain worldwide. This software is distributed without any warranty.
# You should have received a copy of the CC0 Public Domain Dedication along
# with this software.
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
# /etc/bash.bashrc: executed by bash(1) for interactive shells.
# System-wide bashrc file
@MrAnyx
MrAnyx / πŸ“Š Weekly development breakdown
Last active January 27, 2022 00:55
Weekly Development Breakdown
Git Config 13 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 43.3%
JavaScript 9 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 31.4%
JSON 7 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 25.2%
Other 0 secs β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0.1%
to activate virtualenv with git bash, navigate to the Script folder and type `. activate`
@MrAnyx
MrAnyx / Enable homestead command globally
Last active October 6, 2021 15:25
Access homestead command from anywhere on windows
function homestead() {
( cd <homestead-directory-path> && vagrant $* )
}
@MrAnyx
MrAnyx / gist:764d0ad7e59d29211a5b7e79409d6565
Last active August 7, 2020 15:43
Liens utiles pour blog et doctrine
We couldn’t find that file to show.