Last active
September 6, 2025 23:13
-
-
Save pythoninthegrass/faff76c2f571c57126e793733aae167d to your computer and use it in GitHub Desktop.
Revisions
-
pythoninthegrass revised this gist
Sep 6, 2025 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -89,13 +89,11 @@ disabled = false [os.symbols] Alpaquita = " " Alpine = " " Amazon = " " Android = " " Arch = " " Artix = " " CentOS = " " Debian = " " DragonFly = " " -
pythoninthegrass revised this gist
Sep 4, 2025 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,6 +24,7 @@ BIN_DIR=~/.local/bin sh -c "$(curl -fsSL https://starship.rs/install.sh)" ## ~~Copy~~ Symlink config ```bash git clone [email protected]:faff76c2f571c57126e793733aae167d.git starship_config && cd $_ mkdir -p ~/.config ln -s $(pwd)/starship.toml ~/.config/starship.toml ``` -
pythoninthegrass revised this gist
Aug 20, 2025 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,8 +31,10 @@ ln -s $(pwd)/starship.toml ~/.config/starship.toml ## Install Shell Color Script ```bash git clone https://gitlab.com/dwt1/shell-color-scripts.git ( cd shell-color-scripts sudo make install ) ``` ## Add to `.bashrc` -
pythoninthegrass revised this gist
Aug 20, 2025 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,10 +8,12 @@ brew install --cask font-hack-nerd-font # linux (arch) mkdir -p ~/.local/share/fonts git clone --filter=blob:none --sparse https://github.com/ryanoasis/nerd-fonts ( cd nerd-fonts/ git sparse-checkout add patched-fonts/Hack cd patched-fonts/Hack/ find . -name "*.ttf" -exec cp {} ~/.local/share/fonts/ \; ) ``` ## Install Starship -
pythoninthegrass revised this gist
Apr 25, 2025 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,7 @@ BIN_DIR=~/.local/bin sh -c "$(curl -fsSL https://starship.rs/install.sh)" ## ~~Copy~~ Symlink config ```bash mkdir -p ~/.config ln -s $(pwd)/starship.toml ~/.config/starship.toml ``` -
pythoninthegrass revised this gist
Apr 23, 2025 . 2 changed files with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -89,11 +89,13 @@ disabled = false [os.symbols] Alpaquita = " " AlmaLinux = " " Alpine = " " Amazon = " " Android = " " Arch = " " Artix = " " CachyOS = " " CentOS = " " Debian = " " DragonFly = " " This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,9 +20,9 @@ mkdir -p ~/.local/bin BIN_DIR=~/.local/bin sh -c "$(curl -fsSL https://starship.rs/install.sh)" ``` ## ~~Copy~~ Symlink config ```bash ln -s $(pwd)/starship.toml ~/.config/starship.toml ``` ## Install Shell Color Script -
pythoninthegrass revised this gist
Sep 5, 2024 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,8 @@ find . -name "*.ttf" -exec cp {} ~/.local/share/fonts/ \; ## Install Starship ```bash mkdir -p ~/.local/bin BIN_DIR=~/.local/bin sh -c "$(curl -fsSL https://starship.rs/install.sh)" ``` ## Copy config -
pythoninthegrass revised this gist
Sep 5, 2024 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,6 @@ ## Install Nerd Fonts ```bash # macos brew install --cask font-hack-nerd-font # linux (arch) -
pythoninthegrass revised this gist
Jan 18, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -41,12 +41,12 @@ disabled = false # truncation length works backwards (i.e., cwd > parent > parent ...) [directory] truncation_length = 15 truncation_symbol = "…/" truncate_to_repo = true [git_branch] truncation_length = 25 truncation_symbol = '' [git_status] -
pythoninthegrass revised this gist
Sep 24, 2023 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,7 @@ add_newline = true # standalone format to get os glyph on ps1 line, # prompt character below format = """ $os$username$hostname:$directory$git_branch$git_status$git_commit$python$cmd_duration $character """ @@ -63,6 +63,10 @@ variable = "SHELL" default = "unknown shell" disabled = true [cmd_duration] min_time = 500 format = '[$duration](bold yellow)' # Show python version starting with venv [python] python_binary = ["./venv/bin/python", "python3", "python", "python2"] -
pythoninthegrass revised this gist
Sep 15, 2023 . No changes.There are no files selected for viewing
-
pythoninthegrass revised this gist
Sep 15, 2023 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,8 @@ # starship explain # STARSHIP_LOG=trace "$schema" = 'https://starship.rs/config-schema.json' # Timeout for commands executed by starship (ms) command_timeout = 1000 @@ -44,9 +46,8 @@ truncation_symbol = "…/" truncate_to_repo = true [git_branch] truncation_length = 10 truncation_symbol = '' [git_status] ahead = '⇡${count}' -
pythoninthegrass revised this gist
Aug 8, 2023 . 1 changed file with 16 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,10 +12,11 @@ command_timeout = 1000 # newline between commands add_newline = true # ! opt-in for individual modules (e.g., aws, docker, gcloud, nodejs, python) # standalone format to get os glyph on ps1 line, # prompt character below format = """ $os$username$hostname:$directory$git_branch$git_status$git_commit$python $character """ @@ -42,6 +43,20 @@ truncation_length = 10 truncation_symbol = "…/" truncate_to_repo = true [git_branch] truncation_length = 4 truncation_symbol = '' ignore_branches = ['master', 'main'] [git_status] ahead = '⇡${count}' diverged = '⇕⇡${ahead_count}⇣${behind_count}' behind = '⇣${count}' staged = '[++\($count\)](green)' [git_commit] commit_hash_length = 4 [env_var.SHELL] variable = "SHELL" default = "unknown shell" -
pythoninthegrass revised this gist
Jul 30, 2023 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,17 @@ ## Install Nerd Fonts ```bash # macos brew tap homebrew/cask-fonts brew install --cask font-hack-nerd-font # linux (arch) mkdir -p ~/.local/share/fonts git clone --filter=blob:none --sparse https://github.com/ryanoasis/nerd-fonts cd nerd-fonts/ git sparse-checkout add patched-fonts/Hack cd patched-fonts/Hack/ find . -name "*.ttf" -exec cp {} ~/.local/share/fonts/ \; ``` ## Install Starship -
pythoninthegrass revised this gist
Jul 25, 2023 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,9 @@ # https://starship.rs/config # https://starship.rs/presets/nerd-font.html#configuration # DEBUG via: # starship explain # STARSHIP_LOG=trace # Timeout for commands executed by starship (ms) command_timeout = 1000 @@ -13,7 +15,7 @@ add_newline = true # standalone format to get os glyph on ps1 line, # prompt character below format = """ $os$username$hostname:$directory $character """ @@ -31,7 +33,7 @@ show_always = true [hostname] ssh_only = false format = "[@$hostname](green bold)" disabled = false # truncation length works backwards (i.e., cwd > parent > parent ...) -
pythoninthegrass revised this gist
Jul 25, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ # SOURCES # https://starship.rs/config # https://starship.rs/presets/nerd-font.html#configuration # DEBUG via: `starship explain` -
pythoninthegrass revised this gist
Jul 25, 2023 . 1 changed file with 56 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,17 @@ # DEBUG via: `starship explain` # Timeout for commands executed by starship (ms) command_timeout = 1000 # newline between commands add_newline = true # standalone format to get os glyph on ps1 line, # prompt character below format = """ $os$username$hostname $character """ # Replace the "❯" [character] @@ -48,3 +58,48 @@ disabled = true [nodejs] disabled = true [os] format = '[$symbol](bold white)' disabled = false [os.symbols] Alpaquita = " " Alpine = " " Amazon = " " Android = " " Arch = " " Artix = " " CentOS = " " Debian = " " DragonFly = " " Emscripten = " " EndeavourOS = " " Fedora = " " FreeBSD = " " Garuda = " " Gentoo = " " HardenedBSD = " " Illumos = " " Linux = " " Mabox = " " Macos = " " Manjaro = " " Mariner = " " MidnightBSD = " " Mint = " " NetBSD = " " NixOS = " " OpenBSD = " " openSUSE = " " OracleLinux = " " Pop = " " Raspbian = " " Redhat = " " RedHatEnterprise = " " Redox = " " Solus = " " SUSE = " " Ubuntu = " " Unknown = " " Windows = " " -
pythoninthegrass revised this gist
Feb 21, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ # DEBUG via: `starship explain` # Timeout for commands executed by starship (ms) command_timeout = 500 # Replace the "❯" [character] -
pythoninthegrass revised this gist
Jan 11, 2023 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ # DEBUG via: `starship explain` # Timeout for commands executed by starship (ms) command_timeout = 1000 # Replace the "❯" [character] @@ -19,7 +19,7 @@ show_always = true [hostname] ssh_only = false format = "[@$hostname](green bold) " disabled = false # truncation length works backwards (i.e., cwd > parent > parent ...) @@ -40,6 +40,9 @@ python_binary = ["./venv/bin/python", "python3", "python", "python2"] [aws] disabled = true [docker_context] disabled = true [gcloud] disabled = true -
pythoninthegrass revised this gist
Jun 3, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ # DEBUG via: `starship explain` # Timeout for commands executed by starship (ms) command_timeout = 2000 # Replace the "❯" [character] -
pythoninthegrass revised this gist
May 28, 2022 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -37,6 +37,9 @@ disabled = true [python] python_binary = ["./venv/bin/python", "python3", "python", "python2"] [aws] disabled = true [gcloud] disabled = true -
pythoninthegrass revised this gist
May 19, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,9 +22,11 @@ ssh_only = false format = "[@$hostname](green bold) " disabled = false # truncation length works backwards (i.e., cwd > parent > parent ...) [directory] truncation_length = 10 truncation_symbol = "…/" truncate_to_repo = true [env_var.SHELL] variable = "SHELL" -
pythoninthegrass revised this gist
May 19, 2022 . 1 changed file with 10 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # SOURCE: https://starship.rs/config # DEBUG via: `starship explain` # Timeout for commands executed by starship (ms) command_timeout = 1000 @@ -21,7 +23,7 @@ format = "[@$hostname](green bold) " disabled = false [directory] truncation_length = 0 truncation_symbol = "…/" [env_var.SHELL] @@ -31,4 +33,10 @@ disabled = true # Show python version starting with venv [python] python_binary = ["./venv/bin/python", "python3", "python", "python2"] [gcloud] disabled = true [nodejs] disabled = true -
pythoninthegrass revised this gist
May 19, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,4 +33,6 @@ eval "$(starship init bash)" ### Further reading [Starship](https://starship.rs/guide/#🚀-installation) [Derek Taylor / Shell Color Scripts · GitLab](https://gitlab.com/dwt1/shell-color-scripts) [How to get the most out of your Terminal | by Reagan McFarland | Medium](https://reaganmcf.medium.com/how-to-get-the-most-out-of-your-terminal-7af47f7730a3) -
pythoninthegrass revised this gist
May 19, 2022 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,13 @@ sh -c "$(curl -fsSL https://starship.rs/install.sh)" cp starship.toml ~/.config/starship.toml ``` ## Install Shell Color Script ```bash git clone https://gitlab.com/dwt1/shell-color-scripts.git cd shell-color-scripts sudo make install ``` ## Add to `.bashrc` ```bash # starship -
pythoninthegrass revised this gist
May 19, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sh -c "$(curl -fsSL https://starship.rs/install.sh)" ## Copy config ```bash cp starship.toml ~/.config/starship.toml ``` ## Add to `.bashrc` -
pythoninthegrass revised this gist
Sep 22, 2021 . 1 changed file with 8 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,11 @@ # SOURCE: https://starship.rs/config # Timeout for commands executed by starship (ms) command_timeout = 1000 # Replace the "❯" [character] success_symbol = "[λ](green)" error_symbol = "[λ](red)" [username] @@ -28,4 +31,4 @@ disabled = true # Show python version starting with venv [python] python_binary = ["./venv/bin/python", "python3", "python", "python2"] -
pythoninthegrass renamed this gist
Sep 14, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
pythoninthegrass revised this gist
Sep 14, 2021 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ -
pythoninthegrass revised this gist
Sep 14, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,4 +25,5 @@ eval "$(starship init bash)" ### Further reading [Starship](https://starship.rs/guide/#🚀-installation) [How to get the most out of your Terminal | by Reagan McFarland | Medium](https://reaganmcf.medium.com/how-to-get-the-most-out-of-your-terminal-7af47f7730a3)
NewerOlder