Last active
September 6, 2025 02:57
-
-
Save itzderr/abdb2cdd795a23bc36e6a7838e388867 to your computer and use it in GitHub Desktop.
Revisions
-
itzderr revised this gist
May 2, 2018 . 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 @@ -1,15 +1,16 @@ ## Step 1: Installation Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) `$ brew install python3` Install powerline via pip (python package manager) `$ pip3 install powerline-status` Find the location `$ pip3 show powerline-status` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* @@ -18,7 +19,8 @@ Find the location To activate powerline, you need to source powerline.sh in your .bash_profile Open up your .bash_profile in Vim or any editor `$ vim ~/.bash_profile` Paste this code into your .bash_profile ```bash -
itzderr revised this gist
May 2, 2018 . 1 changed file with 4 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,16 +1,15 @@ ## Step 1: Installation Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) ```$ brew install python3``` Install powerline via pip (python package manager) ```$ pip3 install powerline-status``` Find the location ```$ pip3 show powerline-status``` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* @@ -19,7 +18,7 @@ Find the location To activate powerline, you need to source powerline.sh in your .bash_profile Open up your .bash_profile in Vim or any editor ```$ vim ~/.bash_profile``` Paste this code into your .bash_profile ```bash -
itzderr revised this gist
May 2, 2018 . 1 changed file with 4 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 @@ -1,13 +1,17 @@ ## Step 1: Installation Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) `$ brew install python3` Install powerline via pip (python package manager) `$ pip3 install powerline-status` Find the location `$ pip3 show powerline-status` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* ## Step 2: Configuration -
itzderr revised this gist
May 2, 2018 . 1 changed file with 7 additions and 10 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,26 +1,23 @@ ## Step 1: Installation Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) `$ brew install python3` Install powerline via pip (python package manager) `$ pip3 install powerline-status` Find the location `$ pip3 show powerline-status` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* ## Step 2: Configuration To activate powerline, you need to source powerline.sh in your .bash_profile Open up your .bash_profile in Vim or any editor `$ vim ~/.bash_profile` Paste this code into your .bash_profile ```bash # Powerline powerline-daemon -q @@ -29,7 +26,7 @@ POWERLINE_BASH_SELECT=1 source /usr/local/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh ``` Now, create a configuration directory for powerline in your home directory and copy the config_files/ directory from the powerline direcory. ```bash $ mkdir ~/.config/powerline $ cp -r /usr/local/lib/python3.6/site-packages/powerline/config_files/ ~/.config/powerline/ -
itzderr revised this gist
May 2, 2018 . 1 changed file with 7 additions and 7 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,26 +1,26 @@ ## Step 1: Installation **Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed)** `$ brew install python3` **Install powerline via pip (python package manager)** `$ pip3 install powerline-status` **Find the location** `$ pip3 show powerline-status` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* ## Step 2: Configuration **To activate powerline, you need to source powerline.sh in your .bash_profile** **Open up your .bash_profile in Vim or any editor** `$ vim ~/.bash_profile` **Paste this code into your .bash_profile** ```bash # Powerline powerline-daemon -q @@ -29,7 +29,7 @@ POWERLINE_BASH_SELECT=1 source /usr/local/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh ``` **Now, create a configuration directory for powerline in your home directory and copy the config_files/ directory from the powerline direcory.** ```bash $ mkdir ~/.config/powerline $ cp -r /usr/local/lib/python3.6/site-packages/powerline/config_files/ ~/.config/powerline/ -
itzderr revised this gist
May 2, 2018 . 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 @@ -1,10 +1,10 @@ ## Step 1: Installation *Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed)* `$ brew install python3` *Install powerline via pip (python package manager)* `$ pip3 install powerline-status` -
itzderr revised this gist
May 2, 2018 . 1 changed file with 7 additions and 6 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,14 +1,14 @@ ## Step 1: Installation 1. Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) `$ brew install python3` 2. Install powerline via pip (python package manager) `$ pip3 install powerline-status` 3. Find the location `$ pip3 show powerline-status` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* @@ -17,19 +17,20 @@ To activate powerline, you need to source powerline.sh in your .bash_profile 1. Open up your .bash_profile in Vim or any editor `$ vim ~/.bash_profile` 2. Paste this code into your .bash_profile ```bash # Powerline powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1 source /usr/local/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh ``` Now, create a configuration directory for powerline in your home directory and copy the config_files/ directory from the powerline direcory. ```bash $ mkdir ~/.config/powerline $ cp -r /usr/local/lib/python3.6/site-packages/powerline/config_files/ ~/.config/powerline/ ``` -
itzderr revised this gist
May 2, 2018 . 1 changed file with 7 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 @@ -1,23 +1,26 @@ ## Step 1: Installation - Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) `$ brew install python3` - Install powerline via pip (python package manager) `$ pip3 install powerline-status` - Find the location `$ pip3 show powerline-status` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* ## Step 2: Configuration To activate powerline, you need to source powerline.sh in your .bash_profile - Open up your .bash_profile in Vim or any editor `$ vim ~/.bash_profile` - Paste this code into your .bash_profile ```bash # Powerline powerline-daemon -q -
itzderr revised this gist
May 2, 2018 . 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 @@ -1,9 +1,9 @@ ## Step 1: Installation - Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) `$ brew install python3` - Install powerline via pip (python package manager) `$ pip3 install powerline-status` ### Find the location -
itzderr renamed this gist
May 2, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
itzderr created this gist
May 2, 2018 .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 @@ -0,0 +1,32 @@ ## Step 1: Installation ### Install Python3 via homebrew (Optional: in case you do not have pyhton installed. run python3 --version to see if it's installed) `$ brew install python3` ### Install powerline via pip (python package manager) `$ pip3 install powerline-status` ### Find the location `$ pip3 show powerline-status` *It shows that the powerline-status is installed at `/usr/local/lib/python3.6/site-packages`* ## Step 2: Configuration ### To activate powerline, you need to source powerline.sh in your .bash_profile ### Open up your .bash_profile in Vim or any editor `$ vim ~/.bash_profile` ### Paste this code into your .bash_profile ```bash # Powerline powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1 source /usr/local/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh ``` Now, create a configuration directory for powerline in your home directory and copy the config_files/ directory from the powerline direcory. ```bash $ mkdir ~/.config/powerline $ cp -r /usr/local/lib/python3.6/site-packages/powerline/config_files/ ~/.config/powerline/ ```