this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+11 -8
+4
.config/fish/conf.d/20-linuxbrew.fish
··· 1 + # Set up linuxbrew PATH 2 + if status is-interactive; and test -x /home/linuxbrew/.linuxbrew/bin/brew 3 + eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv) 4 + end
+3 -8
.config/fish/conf.d/50-config.fish
··· 11 11 12 12 set -gx CARGO_UNSTABLE_SPARSE_REGISTRY true 13 13 14 - if not set -gq GPG_TTY 15 - # Set a proper TTY for gpg commands to work 16 - set -gx GPG_TTY (tty) 17 - end 14 + # Set a proper TTY for gpg commands to work 15 + set -gx GPG_TTY (tty) 18 16 19 17 # Set jq to show null/true/false as magenta instead of black or otherwise 20 18 set -gx JQ_COLORS "1;35:1;35:1;35:0;39:0;32:1;39:1;39" ··· 25 23 set -gx GIT_PAGER 'bat --plain' 26 24 # journalctl output doesn't necessarily play nice with bat 27 25 set -gx SYSTEMD_PAGER less 28 - 29 - # macOS `man` suports piping in MANPAGER, but on Linux this needs a 30 - # wrapper script (see `man man`) 31 - set -gx MANPAGER 'sh -c "col -bx | bat --plain --language Manpage"' 26 + set -gx MANPAGER 'bat --plain --language Manpage' 32 27 end 33 28 34 29 if not set -q DOCKER_NAME; and test -f /etc/profile.d/docker_name.sh
+4
.ssh/.gitignore
··· 5 5 id_rsa_2.pub 6 6 known_hosts 7 7 8 + # ssh-agent stuff 9 + environment 10 + 8 11 # Ignore work-specific config files/keys 9 12 field_deployments 10 13 publish128teng* 14 +
.ssh/authorized_keys

This is a binary file and will not be displayed.