Last active
November 27, 2020 17:56
-
-
Save rinaldo-rex/40dfff4344ece1c223fff549dce68ba2 to your computer and use it in GitHub Desktop.
Revisions
-
rinaldo-rex revised this gist
Nov 27, 2020 . 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 @@ -37,4 +37,8 @@ Basic installs based on my current experience. 1. Update prior to installing othersoftwares. Otherwise you might want to update again later after installing anything. 2. Have a proper launcher configured if you're using a GUI WM/DE - Personal fav is Ulauncher (it also has extensions) 3. Have Tmux Installed for rapid mult-application usage on terminal. ##### BSPWM -
rinaldo-rex revised this gist
Nov 27, 2020 . 1 changed file with 8 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 @@ -30,4 +30,11 @@ Basic installs based on my current experience. - `poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry` ##### Personal Linux Favs. 1. Update prior to installing othersoftwares. Otherwise you might want to update again later after installing anything. 2. Have a proper launcher configured if you're using a GUI WM/DE - Personal fav is Ulauncher (it also has extensions) 3. Have Tmux Installed for rapid mult-application usage on terminal. -
rinaldo-rex revised this gist
Nov 8, 2020 . 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 @@ -26,7 +26,8 @@ Basic installs based on my current experience. - `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -` 2. Make sure you enable the completions on ohmyzsh - Oh-My-Zsh - `mkdir $ZSH_CUSTOM/plugins/poetry` - `poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry` 3. -
rinaldo-rex revised this gist
Nov 8, 2020 . 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 @@ -25,6 +25,8 @@ Basic installs based on my current experience. 1. Install poetry - `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -` 2. Make sure you enable the completions on ohmyzsh - Oh-My-Zsh `mkdir $ZSH_CUSTOM/plugins/poetry` `poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry` 3. -
rinaldo-rex revised this gist
Nov 8, 2020 . 1 changed file with 4 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 @@ -24,4 +24,7 @@ Basic installs based on my current experience. 1. Install poetry - `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -` 2. Make sure you enable the completions on ohmyzsh - # Oh-My-Zsh mkdir $ZSH_CUSTOM/plugins/poetry poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry -
rinaldo-rex revised this gist
Nov 1, 2020 . 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 @@ -18,3 +18,10 @@ Basic installs based on my current experience. - Add ~/.zprofile for adding zsh based profile variables. 2. Install docker 3. Install docker-compose #### Python specific 1. Install poetry - `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -` 2. -
rinaldo-rex revised this gist
Nov 1, 2020 . 1 changed file with 11 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 @@ -4,16 +4,17 @@ Basic installs based on my current experience. 1. OhMyZsh - Install Zsh first. `sudo apt-get install zsh` - Possibly install zshmarks (Equivalent to fish marks) https://github.com/jocelynmallon/zshmarks - Also install z jumper https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/z - Add the themes plugin for better viewing https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/themes - Install the plugin for systemd https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd - Add ~/.zprofile for adding zsh based profile variables. 2. Install docker 3. Install docker-compose -
rinaldo-rex revised this gist
Nov 1, 2020 . 1 changed file with 3 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 @@ -4,7 +4,7 @@ Basic installs based on my current experience. 1. OhMyZsh - Install Zsh first. `sudo apt-get install zsh` - Possibly install zshmarks (Equivalent to fish marks) https://github.com/jocelynmallon/zshmarks @@ -15,5 +15,5 @@ Basic installs based on my current experience. - Install the plugin for systemd https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd - Add ~/.zprofile for adding zsh based profile variables. 2. Install docker 3. Install docker-compose -
rinaldo-rex revised this gist
Nov 1, 2020 . 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 @@ -4,7 +4,7 @@ Basic installs based on my current experience. - 1. OhMyZsh - Install Zsh first. `sudo apt-get install zsh` - Possibly install zshmarks (Equivalent to fish marks) https://github.com/jocelynmallon/zshmarks @@ -13,4 +13,7 @@ Basic installs based on my current experience. - Add the themes plugin for better viewing https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/themes - Install the plugin for systemd https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd - Add ~/.zprofile for adding zsh based profile variables. - 2. Install docker - 3. Install docker-compose -
rinaldo-rex created this gist
Nov 1, 2020 .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,16 @@ # Initial configuration for getting started ##### This assumes that you're creating a simple Ubuntu droplet on digital ocean Basic installs based on my current experience. 1. OhMyZsh - Install Zsh first. `sudo apt-get install zsh` - Possibly install zshmarks (Equivalent to fish marks) https://github.com/jocelynmallon/zshmarks - Also install z jumper https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/z - Add the themes plugin for better viewing https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/themes - Install the plugin for systemd https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd