From e081b2f47342f1470d777d517ed37bea1ab1765e Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 1 Dec 2020 21:30:34 -0800 Subject: [PATCH 1/4] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea10982..e62aec8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ To install: cd configuration sh stow +4. Optional Upgrades + Install virtualfish pip3 install virtualfish vf install @@ -41,9 +43,13 @@ To install: Add week numbers to calendar: gsettings set org.gnome.desktop.calendar show-weekdate true - Add Weekday to panel date + Add Weekday to panel date: gsettings set org.gnome.desktop.interface clock-show-weekday true + Install Autojump: + https://github.com/wting/autojump + + # Popos-Gnome In addition to the script-based configuration, I'll do my best to track and document my debian-gnome-popos settings, to make them as reproducable as possible. From bd6cee4ac9c8754c8b0fd92e811fd9ce4ab42c07 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 1 Dec 2020 21:32:28 -0800 Subject: [PATCH 2/4] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e62aec8..018631f 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,19 @@ To install: 4. Optional Upgrades - Install virtualfish + Run the essentials script for faster repeat key and remapping caps lock: + essentials + + Install virtualfish: pip3 install virtualfish vf install - Install Tmux plugin manager + Install Tmux plugin manager: git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm tmux -> prefix + I - Install Nerd Hack Regular: https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf + Install Nerd Hack Regular: + https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf Terminal -> Preferences -> Text -> Font -> Hack Nerd Regular Add week numbers to calendar: From 3b676f8f37d9355a5fe3c7bb2a5211c8cc876c30 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 22 Dec 2020 23:37:18 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 018631f..3bfbd53 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ To install: cd configuration sh stow +4. Run fisher to autoload all the fish plugins + + fisher + 4. Optional Upgrades Run the essentials script for faster repeat key and remapping caps lock: From 8139575ba2291a22da4b5e5b11e0946ecdd831e4 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 22 Dec 2020 23:58:47 -0800 Subject: [PATCH 4/4] Update README.md Added jq, required by fclone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bfbd53..caafd19 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ These are the dotfiles that I hack on. Can easily be installed to your ~/.config To install: 1. Requirements - sudo apt install stow xcape fish tmux neovim + sudo apt install stow xcape fish tmux neovim jq Change default shell to fish chsh -s `which fish`