Skip to content

Instantly share code, notes, and snippets.

@rinaldo-rex
Last active November 27, 2020 17:56
Show Gist options
  • Select an option

  • Save rinaldo-rex/40dfff4344ece1c223fff549dce68ba2 to your computer and use it in GitHub Desktop.

Select an option

Save rinaldo-rex/40dfff4344ece1c223fff549dce68ba2 to your computer and use it in GitHub Desktop.

Revisions

  1. rinaldo-rex revised this gist Nov 27, 2020. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion initial_config.md
    Original 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.
    3. Have Tmux Installed for rapid mult-application usage on terminal.


    ##### BSPWM

  2. rinaldo-rex revised this gist Nov 27, 2020. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion initial_config.md
    Original 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`

    3.


    ##### 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.
  3. rinaldo-rex revised this gist Nov 8, 2020. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions initial_config.md
    Original 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`
    - `mkdir $ZSH_CUSTOM/plugins/poetry`

    - `poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry`

    3.
  4. rinaldo-rex revised this gist Nov 8, 2020. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions initial_config.md
    Original 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
    - Oh-My-Zsh
    `mkdir $ZSH_CUSTOM/plugins/poetry`
    `poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry`

    3.
  5. rinaldo-rex revised this gist Nov 8, 2020. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion initial_config.md
    Original 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.
    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
  6. rinaldo-rex revised this gist Nov 1, 2020. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions initial_config.md
    Original 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.
  7. rinaldo-rex revised this gist Nov 1, 2020. 1 changed file with 11 additions and 10 deletions.
    21 changes: 11 additions & 10 deletions initial_config.md
    Original 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.
    - 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
  8. rinaldo-rex revised this gist Nov 1, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions initial_config.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@

    Basic installs based on my current experience.

    - 1. OhMyZsh
    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
    2. Install docker
    3. Install docker-compose
  9. rinaldo-rex revised this gist Nov 1, 2020. 1 changed file with 5 additions and 2 deletions.
    7 changes: 5 additions & 2 deletions initial_config.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@

    Basic installs based on my current experience.

    1. OhMyZsh
    - 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
    https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/systemd
    - Add ~/.zprofile for adding zsh based profile variables.
    - 2. Install docker
    - 3. Install docker-compose
  10. rinaldo-rex created this gist Nov 1, 2020.
    16 changes: 16 additions & 0 deletions initial_config.md
    Original 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