updates
This commit is contained in:
parent
14dc21eb09
commit
10e90554ba
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
jesseduffield/lazygit/state.yml
|
2
acct.sh
2
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"
|
||||
|
0
bash/alias.sh
Normal file → Executable file
0
bash/alias.sh
Normal file → Executable file
0
bash/goenv.sh
Normal file → Executable file
0
bash/goenv.sh
Normal file → Executable file
0
bash/history.sh
Normal file → Executable file
0
bash/history.sh
Normal file → Executable file
@ -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
|
||||
|
0
bash/plan9.sh
Normal file → Executable file
0
bash/plan9.sh
Normal file → Executable file
3
code-server/config.yaml
Normal file
3
code-server/config.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
bind-addr: 192.168.1.6:8080
|
||||
auth: password
|
||||
cert: false
|
26
htop/htoprc
Normal file
26
htop/htoprc
Normal file
@ -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
|
1
jesseduffield/lazydocker/config.yml
Normal file
1
jesseduffield/lazydocker/config.yml
Normal file
@ -0,0 +1 @@
|
||||
reporting: "off"
|
2
jesseduffield/lazygit/config.yml
Normal file
2
jesseduffield/lazygit/config.yml
Normal file
@ -0,0 +1,2 @@
|
||||
reporting: "off"
|
||||
startuppopupversion: 1
|
Loading…
Reference in New Issue
Block a user