Skip to content
View Bosphoramus's full-sized avatar
🤠
;)
🤠
;)
Block or Report

Block or report Bosphoramus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Bosphoramus/README.md

Hey there

🚀 WebDev, working with Laravel, Vue and React

Nyan cat

Pinned

  1. WebDex WebDex Public

    Small project in which i tested some libraries/technologies i was interested in. All data is fetched from the PokeApi.

    JavaScript 1

  2. VSCode Settings Italics VSCode Settings Italics
    1
    // Italics
    2
        "editor.tokenColorCustomizations": {
    3
            "textMateRules": [
    4
                {
    5
                    "scope": [
  3. Microsoft.PowerShell_profile.ps1 Microsoft.PowerShell_profile.ps1
    1
    #### My Aliases ####
    2
    
                  
    3
    # LARAVEL'S ARTISAN ALIAS
    4
    function art($arg1, $arg2, $arg3, $arg4, $arg5) {
    5
    	php artisan $arg1 $arg2 $arg3 $arg4 $arg5
  4. .bashrc .bashrc
    1
    # ~/.bashrc: executed by bash(1) for non-login shells.
    2
    # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
    3
    # for examples
    4
    
                  
    5
    # If not running interactively, don't do anything