From d7072861e629958715d0cbe1566856d9a0a0c712 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Mon, 18 Mar 2024 12:38:42 -0700 Subject: [PATCH 01/10] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e43ca8..d6fd20f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To install: 1. Install necessary utilities. ``` - sudo apt install stow fish tmux jq python-is-python3 bat ripgrep tree cmake alacritty delta pip + sudo apt install stow fish tmux jq python-is-python3 bat ripgrep tree cmake alacritty delta pip python3.10-venv ``` 2. Set alacritty to default terminal ``` @@ -132,7 +132,16 @@ To install: prefix + I ``` -16. Gnome tweaks (Optional) + 15. Install NVChad + ``` + rm -rf ~/.config/nvim + rm -rf ~/.local/share/nvim + git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim && nvim + git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom + nvim + ``` + +17. Gnome tweaks (Optional) Setting key repeat and interval: ``` @@ -165,7 +174,7 @@ To install: gsettings set org.gnome.shell.extensions.dash-to-dock background-opacity 0.4 ``` -17. Install Gnome Extensions (Optional). +18. Install Gnome Extensions (Optional). Here is an example of some extensions that I use: ![image](https://github.com/LinuxIsCool/configuration/assets/31582215/7f06581f-5938-48da-8c16-e4e5be20dc54) Older: From 1a300e366ca3cdf4931ae528d4552c2e32cb9d42 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Mon, 18 Mar 2024 12:41:39 -0700 Subject: [PATCH 02/10] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d6fd20f..65b45b7 100644 --- a/README.md +++ b/README.md @@ -132,16 +132,17 @@ To install: prefix + I ``` - 15. Install NVChad - ``` - rm -rf ~/.config/nvim - rm -rf ~/.local/share/nvim - git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim && nvim - git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom - nvim - ``` + 16. Install NVChad -17. Gnome tweaks (Optional) + + rm -rf ~/.config/nvim + rm -rf ~/.local/share/nvim + git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim && nvim + git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom + nvim + + +18. Gnome tweaks (Optional) Setting key repeat and interval: ``` @@ -174,7 +175,7 @@ To install: gsettings set org.gnome.shell.extensions.dash-to-dock background-opacity 0.4 ``` -18. Install Gnome Extensions (Optional). +19. Install Gnome Extensions (Optional). Here is an example of some extensions that I use: ![image](https://github.com/LinuxIsCool/configuration/assets/31582215/7f06581f-5938-48da-8c16-e4e5be20dc54) Older: From c5bff799eafed85ded3984d326b57c89d7f152f2 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 7 May 2024 16:10:59 -0400 Subject: [PATCH 03/10] Update README.md --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 65b45b7..318b653 100644 --- a/README.md +++ b/README.md @@ -92,14 +92,14 @@ To install: bob use latest fish_add_path ~/.local/share/bob/nvim-bin/ ``` - -10. Install neovim plugins (will install fzf) - ``` - rm -rf ~/.config/nvim - git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim - rm -rf ~/.config/nvim/lua/custom - git clone https://github.com/LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom +16. Install NVChad ``` + rm -rf ~/.config/nvim + rm -rf ~/.local/share/nvim + git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim --branch v2.0 --depth 1 + git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom + nvim + ``` 11. Make sure fzf is installed system wide ``` @@ -132,14 +132,6 @@ To install: prefix + I ``` - 16. Install NVChad - - - rm -rf ~/.config/nvim - rm -rf ~/.local/share/nvim - git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim && nvim - git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom - nvim 18. Gnome tweaks (Optional) From c816a3dca33cdc0afe11c2d01fa389e1c7520146 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 7 May 2024 16:56:44 -0400 Subject: [PATCH 04/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 318b653..578b841 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ To install: 13. Install virtualfish ``` - pip install virtualfish + python -m pip install --user virtualfish fish_add_path ~/.local/bin/ vf install ``` From dbbd5a0a01ca19afca80dbc47c677da075022710 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Tue, 7 May 2024 17:01:14 -0400 Subject: [PATCH 05/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 578b841..ae48d31 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ To install: ``` python -m pip install --user virtualfish fish_add_path ~/.local/bin/ - vf install + vf install ``` 14. Install python poetry: https://python-poetry.org/docs/#installation From ef9d5d8a1eed0b6c7becd6e140e18ff8d1b0017f Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 8 May 2024 15:46:30 -0700 Subject: [PATCH 06/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae48d31..39695b7 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ To install: Setting key repeat and interval: ``` - gsettings set org.gnome.desktop.peripherals.keyboard delay 175 - gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 12 + gsettings set org.gnome.desktop.peripherals.keyboard delay 120 + gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 10 ``` Make launcher work when an app is open in full screen: From e24829207bb18322a3211c685562c67b818b273c Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 8 May 2024 15:53:56 -0700 Subject: [PATCH 07/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39695b7..58d5b75 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ To install: Setting key repeat and interval: ``` - gsettings set org.gnome.desktop.peripherals.keyboard delay 120 - gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 10 + gsettings set org.gnome.desktop.peripherals.keyboard delay 140 + gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 11 ``` Make launcher work when an app is open in full screen: From 153e253ccb35412da28dcde64d60ecaa10c2a5d6 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 8 May 2024 17:23:31 -0700 Subject: [PATCH 08/10] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58d5b75..efccbdc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To install: 1. Install necessary utilities. ``` - sudo apt install stow fish tmux jq python-is-python3 bat ripgrep tree cmake alacritty delta pip python3.10-venv + sudo apt install stow fish jq python-is-python3 bat ripgrep tree cmake alacritty delta pip python3.10-venv ``` 2. Set alacritty to default terminal ``` @@ -125,9 +125,18 @@ To install: curl -sSL https://install.python-poetry.org | python3 - ``` -15. Install Tmux plugin manager - ``` - git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm +15. Install Tmux and Tmux plugin manager (Install tmux version 3.1c in order to have proper behavior with passing ctrl-i independent from ) + ``` + # Install tmux 3.1c + sudo apt install build-essential libevent-dev libncurses-dev yacc + wget https://github.com/tmux/tmux/releases/download/3.1c/tmux-3.1c.tar.gz -O /tmp/tmux-3.1c.tar.gz + tar -xzf /tmp/tmux-3.1c.tar.gz -C /tmp + cd /tmp/tmux-3.1c + ./configure && make + sudo make install + + # Install tmux plugin manager + git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm tmux prefix + I ``` From dc32ed9d03a49d17b978e2a55fcc497f5941a59f Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 8 May 2024 17:31:59 -0700 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efccbdc..917596f 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ To install: curl -sSL https://install.python-poetry.org | python3 - ``` -15. Install Tmux and Tmux plugin manager (Install tmux version 3.1c in order to have proper behavior with passing ctrl-i independent from ) +15. Install Tmux and Tmux plugin manager (Install tmux version 3.1c in order to have proper behavior with passing ctrl-i independent from \) ``` # Install tmux 3.1c sudo apt install build-essential libevent-dev libncurses-dev yacc From a30525d9a62e05dc375ee4a09bfd28f7b61f2a6f Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Wed, 8 May 2024 17:33:08 -0700 Subject: [PATCH 10/10] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 917596f..984df32 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ To install: rm -rf ~/.config/nvim rm -rf ~/.local/share/nvim git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim --branch v2.0 --depth 1 - git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom + # git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom + git clone git@github.com:LinuxIsCool/neovim-python.git ~/.config/nvim/lua/custom nvim ```