From 004b6a133b2ab7320f282a993ac9a318b9a39c3a Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Mon, 31 Aug 2020 18:59:06 -0600 Subject: [PATCH] Added thefuck, updated htop and profile --- .bashrc | 3 +++ .config/gtk-3.0/bookmarks | 1 + .config/htop/htoprc | 14 +++++++++----- .profile | 1 + 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 .config/gtk-3.0/bookmarks diff --git a/.bashrc b/.bashrc index e624b07..c7bbc40 100644 --- a/.bashrc +++ b/.bashrc @@ -22,11 +22,14 @@ alias memepv='mpv --vo=tct --profile=sw-fast' alias sw='swallow' export EDITOR=vim +export PATH=$PATH:~/.local/bin complete -cf sudo complete -cf swallow complete -cf sw +eval "$(thefuck --alias)" + PS1="[\\u@\\h: \\w]\$ " #PS1="\033[33m[\\u@\\h: \033[33m\\w\033[33m]\033[0m\$ " [ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks new file mode 100644 index 0000000..ede4820 --- /dev/null +++ b/.config/gtk-3.0/bookmarks @@ -0,0 +1 @@ +file:///home/logan/Nextcloud diff --git a/.config/htop/htoprc b/.config/htop/htoprc index c477d1b..40235bb 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,7 +1,7 @@ # 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 2 46 47 39 109 110 49 1 -sort_key=47 +sort_key=46 sort_direction=1 hide_threads=0 hide_kernel_threads=1 @@ -16,11 +16,15 @@ tree_view=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 +show_cpu_usage=1 +show_cpu_frequency=0 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 +enable_mouse=1 delay=15 -left_meters=LeftCPUs2 Memory Swap -left_meter_modes=1 1 1 -right_meters=RightCPUs2 Tasks LoadAverage Uptime -right_meter_modes=1 2 2 2 +left_meters=LeftCPUs4 CPU Blank Memory Swap +left_meter_modes=1 1 2 1 1 +right_meters=RightCPUs4 Blank Hostname LoadAverage Tasks Uptime +right_meter_modes=1 2 2 2 2 2 +vim_mode=0 diff --git a/.profile b/.profile index a8f26a8..8d646da 100644 --- a/.profile +++ b/.profile @@ -1,2 +1,3 @@ export QT_QPA_PLATFORMTHEME=qt5ct export TERMINAL=alacritty +export PATH=$PATH:~/.local/bin