From 10e90554baa8334b426b10830bbc1257e31aedd4 Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Wed, 22 Jul 2020 19:49:09 -0700 Subject: [PATCH] updates --- .gitignore | 1 + acct.sh | 2 +- bash/alias.sh | 0 bash/goenv.sh | 0 bash/history.sh | 0 bash/my-environment | 2 +- bash/plan9.sh | 0 code-server/config.yaml | 3 +++ htop/htoprc | 26 ++++++++++++++++++++++++++ jesseduffield/lazydocker/config.yml | 1 + jesseduffield/lazygit/config.yml | 2 ++ 11 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .gitignore mode change 100644 => 100755 bash/alias.sh mode change 100644 => 100755 bash/goenv.sh mode change 100644 => 100755 bash/history.sh mode change 100644 => 100755 bash/plan9.sh create mode 100644 code-server/config.yaml create mode 100644 htop/htoprc create mode 100644 jesseduffield/lazydocker/config.yml create mode 100644 jesseduffield/lazygit/config.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d771f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +jesseduffield/lazygit/state.yml diff --git a/acct.sh b/acct.sh index f213988..888a74c 100644 --- a/acct.sh +++ b/acct.sh @@ -6,4 +6,4 @@ ACCT=`whoami` chsh -s /bin/bash $ACCT # Generate keypair for use with github -ssh-keygen -o -a 100 -t ed25519 -f /Users/$ACCT/.ssh/id_ed25519 -C "colin@jchenry.me" +ssh-keygen -o -a 100 -t ed25519 -f $HOME/.ssh/id_ed25519 -C "colin@jchenry.me" diff --git a/bash/alias.sh b/bash/alias.sh old mode 100644 new mode 100755 diff --git a/bash/goenv.sh b/bash/goenv.sh old mode 100644 new mode 100755 diff --git a/bash/history.sh b/bash/history.sh old mode 100644 new mode 100755 diff --git a/bash/my-environment b/bash/my-environment index 674bec0..1297c99 100755 --- a/bash/my-environment +++ b/bash/my-environment @@ -25,7 +25,7 @@ export FLUTTER=/usr/local/flutter #export PATH="$PATH:$XDG_DATA/bin:/usr/local/sbin:$PLAN9/bin:$FLUTTER/bin" - +. $XDG_CONFIG_HOME/bash/alias.sh o () { name=$1 diff --git a/bash/plan9.sh b/bash/plan9.sh old mode 100644 new mode 100755 diff --git a/code-server/config.yaml b/code-server/config.yaml new file mode 100644 index 0000000..fb9ca86 --- /dev/null +++ b/code-server/config.yaml @@ -0,0 +1,3 @@ +bind-addr: 192.168.1.6:8080 +auth: password +cert: false diff --git a/htop/htoprc b/htop/htoprc new file mode 100644 index 0000000..b9f526d --- /dev/null +++ b/htop/htoprc @@ -0,0 +1,26 @@ +# Beware! This file is rewritten by htop when settings are changed in the interface. +# The parser is also very primitive, and not human-friendly. +fields=0 48 17 18 38 39 40 2 46 47 49 1 +sort_key=46 +sort_direction=1 +hide_threads=0 +hide_kernel_threads=1 +hide_userland_threads=0 +shadow_other_users=0 +show_thread_names=0 +show_program_path=1 +highlight_base_name=0 +highlight_megabytes=1 +highlight_threads=1 +tree_view=0 +header_margin=1 +detailed_cpu_time=0 +cpu_count_from_zero=0 +update_process_names=0 +account_guest_in_cpu_meter=0 +color_scheme=0 +delay=15 +left_meters=AllCPUs Memory Swap +left_meter_modes=1 1 1 +right_meters=Tasks LoadAverage Uptime +right_meter_modes=2 2 2 diff --git a/jesseduffield/lazydocker/config.yml b/jesseduffield/lazydocker/config.yml new file mode 100644 index 0000000..3664ba3 --- /dev/null +++ b/jesseduffield/lazydocker/config.yml @@ -0,0 +1 @@ +reporting: "off" diff --git a/jesseduffield/lazygit/config.yml b/jesseduffield/lazygit/config.yml new file mode 100644 index 0000000..b68afdb --- /dev/null +++ b/jesseduffield/lazygit/config.yml @@ -0,0 +1,2 @@ +reporting: "off" +startuppopupversion: 1