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
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
| # for examples | |
| # If not running interactively, don't do anything | |
| case $- in | |
| *i*) ;; | |
| *) return;; | |
| esac |
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
| [credential "https://github.com"] | |
| helper = !/usr/bin/gh auth git-credential | |
| [credential "https://gist.github.com"] | |
| helper = !/usr/bin/gh auth git-credential |
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
| XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" | |
| XDG_CONFIG_DIR="${XDG_CONFIG_DIR:-$HOME/.config}" | |
| XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}" | |
| XDG_DATA_DIRS="${XDG_DATA_DIRS:-$XDG_DATA_HOME:/usr/local/share:/usr/share}" | |
| XDG_STATE_HOME="${XDG_STATE_HOME:-$HOME/.local/state}" | |
| XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}" | |
| XDG_DESKTOP_DIR="${XDG_DESKTOP_DIR:-$HOME/Desktop}" | |
| XDG_DOWNLOAD_DIR="${XDG_DOWNLOAD_DIR:-$HOME/Downloads}" | |
| XDG_TEMPLATES_DIR="${XDG_TEMPLATES_DIR:-$HOME/Templates}" | |
| XDG_PUBLICSHARE_DIR="${XDG_PUBLICSHARE_DIR:-$HOME/Public}" |
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
| root:x:0:root | |
| sys:x:3:bin | |
| mem:x:8: | |
| ftp:x:11: | |
| mail:x:12: | |
| log:x:19: | |
| smmsp:x:25: | |
| proc:x:26: | |
| games:x:50: | |
| lock:x:54: |
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
| def def def def | |
| defn defn defn defn defn defn defn defn defn defn defn defn defn defn defn defn | |
| let let let let let let let let | |
| map map map map | |
| reduce reduce reduce reduce reduce | |
| apply apply apply apply apply apply | |
| into into | |
| partition partition-all | |
| group-by group-by | |
| sort-by sort-by |
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
| * transflare | |
| - a phone app for secure connection to other trans people | |
| - helps the community to connect in a safe way | |
| - send aout a flaire - a small text message to define what help is required and a geo-location | |
| - pepole in the community refer each other - two other existing uses | |
| - uses the one name protocol used with other services such as twitter, facebook | |
| * Gender construction kit | |
| - website can produce a story of their transition | |
| - helping the community define role models that can support and comfort others joining the community |
NewerOlder