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
| @function rem-calc($size) { | |
| $remSize: $size / 16; | |
| @return #{$remSize}rem; | |
| } |
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
| {"lastUpload":"2022-02-15T20:42:50.224Z","extensionVersion":"v3.4.3"} |
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
| #!/bin/bash | |
| # lists the branches in order and lets you select | |
| # which one to checkout | |
| branches=( $(git for-each-ref refs/heads | cut -d '/' -f 3-) ) | |
| for i in "${!branches[@]}"; do | |
| echo "$i) ${branches[$i]}" | |
| done |
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
| set wrap-lines = yes | |
| set line-graphics = utf-8 | |
| set split-view-width = 90% | |
| set main-view = line-number:no id:no date:relative-compact author:abbreviated commit-title:no,graph,refs=no,overflow=no | |
| set diff-view = line-number:no,interval=5 text:yes | |
| # Neonwolf Color Scheme for Tig | |
| # | |
| # Based mostly on the colors from the badwolf airline theme | |
| # |
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
| set wrap-lines = yes | |
| set line-graphics = utf-8 | |
| set split-view-width = 90% | |
| set main-view = line-number:no id:no date:relative-compact author:abbreviated commit-title:no,graph,refs=no,overflow=no | |
| set diff-view = line-number:no,interval=5 text:yes | |
| # Neonwolf Color Scheme for Tig | |
| # | |
| # Based mostly on the colors from the badwolf airline theme | |
| # |
OlderNewer