Skip to content

Instantly share code, notes, and snippets.

@ahached
Forked from isneezy/elementaryos.md
Created November 28, 2020 19:33
Show Gist options
  • Save ahached/56ac34342435113aadbca31031624b3a to your computer and use it in GitHub Desktop.
Save ahached/56ac34342435113aadbca31031624b3a to your computer and use it in GitHub Desktop.

Revisions

  1. @Surendrajat Surendrajat revised this gist Dec 22, 2019. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -161,8 +161,7 @@
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```

    - [x] **Fix Desktop entries not executing**
    https://elementaryos.stackexchange.com/questions/10952/how-to-execute-desktop-in-files
    - [x] **Fix Desktop entries not executing by [@user170](https://elementaryos.stackexchange.com/questions/10952/how-to-execute-desktop-in-files)**

    ## Credits
    * [@suberb](https://gist.github.com/suberb/4635a6c338f0f66b63c0f502859e5b42)
  2. @Surendrajat Surendrajat revised this gist Dec 22, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -93,7 +93,7 @@

    - [x] [**Brave Browser** ](https://brave-browser.readthedocs.io/en/latest/installing-brave.html#ubuntu-16-04-and-mint-18)
    - [x] [**Sublime Text 3**](https://www.sublimetext.com/docs/3/linux_repositories.html#apt)
    - [x] [**WPS Office**](http://wps-community.org/downloads)
    - [x] [**WPS Office**](http://linux.wps.com/)
    - [x] [**KeyBase**](https://keybase.io/download)
    - [x] [**MegaSync**](https://mega.nz/sync!linux)
    - [x] [**qBittorrent**](https://www.qbittorrent.org/download.php)
  3. @Surendrajat Surendrajat revised this gist Dec 21, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -94,7 +94,8 @@
    - [x] [**Brave Browser** ](https://brave-browser.readthedocs.io/en/latest/installing-brave.html#ubuntu-16-04-and-mint-18)
    - [x] [**Sublime Text 3**](https://www.sublimetext.com/docs/3/linux_repositories.html#apt)
    - [x] [**WPS Office**](http://wps-community.org/downloads)
    - [x] **KeyBase**
    - [x] [**KeyBase**](https://keybase.io/download)
    - [x] [**MegaSync**](https://mega.nz/sync!linux)
    - [x] [**qBittorrent**](https://www.qbittorrent.org/download.php)
    - [x] [**TeamViewer**](https://www.teamviewer.com/en/download/linux/)
    - [x] [**Sublime Merge**](https://www.sublimemerge.com/docs/linux_repositories#apt)
    @@ -118,6 +119,7 @@
    apt install ubuntu-restricted-extras
    apt install libavcodec-extra
    apt install libdvd-pkg
    sudo dpkg-reconfigure libdvd-pkg
    ```
    - [x] **archive formats**
    ```bash
  4. @Surendrajat Surendrajat revised this gist Dec 21, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -94,6 +94,7 @@
    - [x] [**Brave Browser** ](https://brave-browser.readthedocs.io/en/latest/installing-brave.html#ubuntu-16-04-and-mint-18)
    - [x] [**Sublime Text 3**](https://www.sublimetext.com/docs/3/linux_repositories.html#apt)
    - [x] [**WPS Office**](http://wps-community.org/downloads)
    - [x] **KeyBase**
    - [x] [**qBittorrent**](https://www.qbittorrent.org/download.php)
    - [x] [**TeamViewer**](https://www.teamviewer.com/en/download/linux/)
    - [x] [**Sublime Merge**](https://www.sublimemerge.com/docs/linux_repositories#apt)
  5. @Surendrajat Surendrajat revised this gist Dec 21, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -76,6 +76,7 @@
    sudo add-apt-repository ppa:dyatlov-igor/la-capitaine
    apt install la-capitaine-cursor-theme
    ```
    - [x] **Smaller titlebar height for non-GTK apps** by [@sprite-1](https://github.com/sprite-1/elementary-patches/tree/master/design/smaller_titlebar_for_non-gtk_applications)
    - [x] **Proper Plank**
    ```bash
    sudo add-apt-repository ppa:ricotz/docky
    @@ -125,6 +126,10 @@
    ```bash
    apt install preload
    ```
    - [x] **ancient fonts**
    ```bash
    apt install ttf-ancient-fonts
    ```

    ## Other Tweaks/Fixes
    - [x] [**Oh My ZSH**](https://ohmyz.sh/)
    @@ -142,6 +147,7 @@
    bash install.sh
    rm -rf /tmp/ttf-wps-fonts
    ```
    - [x] **elementaryOS theme for telegram** by [@sprite-1](https://github.com/sprite-1/elementary-patches/tree/master/apps/elementaryos_theme_for_telegram)
    - [x] **Fix Lag on Login/Restart** *by [@Jason Waddington](https://elementaryos.stackexchange.com/questions/12155/desktop-takes-forever-to-load-after-restart)*
    ```bash
    sudo mv /etc/xdg/autostart/at-spi-dbus-bus.desktop /etc/xdg/autostart/at-spi-dbus-bus.disabled
  6. @Surendrajat Surendrajat revised this gist Dec 21, 2019. 1 changed file with 59 additions and 325 deletions.
    384 changes: 59 additions & 325 deletions elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,6 @@
    ## First Things First


    ## FIRST THING FIRST

    - [x] **Enable PPA (Properties Commons)**
    - [x] **Enable PPA**
    ```bash
    sudo apt update
    sudo apt install software-properties-common
    @@ -39,9 +37,6 @@
    apt autoremove -y
    apt autoclean -y
    ```
    ---

    <br />

    ## Tweaking the UI

    @@ -65,12 +60,9 @@
    apt install -f
    wget https://github.com/mdh34/elementary-indicators/releases/download/0.1/indicator-application-patched.deb
    sudo dpkg -i indicator-application-patched.deb
    sudo apt-mark hold indicator-application
    sudo reboot
    ```
    - [x] **Remove Bluethooth indicator**
    ```bash
    apt remove wingpanel-indicator-bluetooth
    ``

    - [x] **Icon Pack** [La Capitaine](https://krourke.org/projects/art/la-capitaine-icon-theme) *by [@keeferrourke](https://github.com/keeferrourke/la-capitaine-icon-theme)*
    ```bash
    @@ -84,344 +76,86 @@
    sudo add-apt-repository ppa:dyatlov-igor/la-capitaine
    apt install la-capitaine-cursor-theme
    ```
    ---
    ## Boosting up system

    - [x] **Reduce Overheating & Improve Battery Life**
    ```
    add-apt-repository ppa:linrunner/tlp
    apt update
    apt install tlp tlp-rdw
    tlp start
    ```

    - [x] **Handle 100% CPU Usage** *by [Abhishek Prakash](https://itsfoss.com/things-to-do-after-installing-elementary-os-loki/)*
    ```
    chmod 744 /usr/lib/gvfs/gvfsd-smb-browse
    ```

    ---

    <br />

    ## PLANK

    <br />

    - [x] **Proper Plank**
    ```
    add-apt-repository ppa:ricotz/docky
    apt update
    apt install --reinstall plank
    killall plank
    plank --preferences
    ```

    <br />

    - [x] **Gnosemite Theme** *by [@P0umon](https://p0umon.deviantart.com/art/Gnosemite-theme-for-Plank-628809799)*
    * For more transparency, change the last value in `/usr/share/plank/themes/Gnosierra/dock.theme` file, under `FillEndColor=110;;107;;111;;150`.

    <br />

    ```bash
    sudo add-apt-repository ppa:ricotz/docky
    apt update
    apt install --reinstall plank
    killall plank
    plank --preferences
    ```
    - [x] **Plank Themes** *by [@KenHarkey](https://github.com/KenHarkey/plank-themes)*

    * Copy the contents of the [Plank Themes](https://github.com/KenHarkey/plank-themes/archive/master.zip) folder to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use.

    <br />

    - [x] **Plank Separator** Remix *by [@rpeshkov](https://github.com/rpeshkov/plank-spacer) & [@glacto](https://glacto.deviantart.com/art/Drk-Plank-Theme-with-separator-631813715)*

    * Extract [plank-separator-remix.zip](https://www.dropbox.com/s/8uqxmofhkvuftwi/plank-separator-remix.zip?dl=0) and run this command everytime you want to insert a new separator:
    ```
    bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.sh'
    ```
    * Clone and copy the contents of the [Plank Themes](https://github.com/KenHarkey/plank-themes) repo to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use.

    ---

    <br />

    ## APPS TO DOWNLOAD & INSTALL VIA EDDY
    ## APPS TO DOWNLOAD & INSTALL

    - [x] [**Brave Browser** ](https://brave-browser.readthedocs.io/en/latest/installing-brave.html#ubuntu-16-04-and-mint-18)
    - [x] [**Sublime Text 3**](https://www.sublimetext.com/docs/3/linux_repositories.html#apt)
    - [x] [**WPS Office**](http://wps-community.org/downloads)
    - [x] [**qBittorrent**](https://www.qbittorrent.org/download.php)
    - [x] [**TeamViewer**](https://www.teamviewer.com/en/download/linux/)
    - [x] [**Sublime Merge**](https://www.sublimemerge.com/docs/linux_repositories#apt)
    - [x] telegram-desktop
    - [x] vlc
    - [x] kodi
    - [x] sublime
    - [x] qbittorrent
    - [x] skype
    - [x] teamviewer
    - [x] gparted
    - [x] kodi
    - [x] wine
    - [x] java
    - [x] **Tusk** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)

    - [x] **Sublime Text**
    - [x] **Sublime Merge**
    - [x] **WPS Office*** [wps-community.org/downloads](http://wps-community.org/downloads) *Check WPS Fonts Fix*


    ---

    <br />

    ## APPS TO INSTALL & CONFIGURE VIA TERMINAL

    <br />

    - [x] **stuff**
    sudo apt-get install flashplugin-installer pepperflashplugin-nonfree
    - [x] **flash-plugin**
    ```bash
    apt install flashplugin-installer pepperflashplugin-nonfree
    ```
    - [x] **Restricted extras and MM Codec**
    sudo apt install ubuntu-restricted-extras
    sudo apt install libavcodec-extra
    sudo apt install libdvd-pkg
    ```bash
    apt install ubuntu-restricted-extras
    apt install libavcodec-extra
    apt install libdvd-pkg
    ```
    - [x] **archive formats**
    ```
    sudo apt-get install unace rar unrar p7zip-rar p7zip sharutils uudeview mpack arj cabextract lzip lunzip
    ```
    ```bash
    apt install unace rar unrar p7zip-rar p7zip sharutils uudeview mpack arj cabextract lzip lunzip
    ```
    - [x] **Preload**
    ```
    apt install preload
    ```

    <br />

    - [x] **FreeCAD**
    ```
    apt install freecad
    ```

    <br />

    - [x] **GIT**
    ```
    apt install git
    ```

    <br />

    - [x] ~~**Cerebro** [https://cerebroapp.com](https://cerebroapp.com)~~
    ```
    chmod a+x '/home/user/Downloads/cerebro-0.3.1-x86_64.AppImage'
    ```

    <br />
    ```bash
    apt install preload
    ```

    ## Other Tweaks/Fixes
    - [x] [**Oh My ZSH**](https://ohmyz.sh/)
    - [x] **Reduce Overheating & Improve Battery Life**
    ```bash
    sudo add-apt-repository ppa:linrunner/tlp
    apt install tlp tlp-rdw
    tlp start
    ```
    - [x] **WPS Fonts Fix** *by [@IamDH4](https://github.com/IamDH4/ttf-wps-fonts)*
    ```
    cd /tmp
    git clone https://github.com/iamdh4/ttf-wps-fonts.git
    cd ttf-wps-fonts
    bash install.sh
    rm -rf /tmp/ttf-wps-fonts
    ```

    <br />

    - [x] ~~**San Francisco Fonts** *by [@ronakshah](https://blog.ronakshah.net/Installing-Ubuntu-Like-A-Mac-User/)*~~
    ```
    cd /usr/share/fonts
    mkdir tmp
    cd tmp
    git clone https://github.com/AppleDesignResources/SanFranciscoFont
    cd SanFranciscoFont
    mv *.otf ../../opentype
    fc-cache -fv
    ```

    <br />

    - [x] **Albert**
    ```
    add-apt-repository ppa:flexiondotorg/albert
    apt update
    apt install albert
    ```
    * Replace the icon in Wingpanel: `/usr/share/icons/hicolor/scalable/apps/` with any icon of your choice in **.svg** format. I chose this: <img src="https://image.flaticon.com/icons/svg/55/55369.svg" height="14" width="14"> by [@Yannick](https://www.flaticon.com/authors/yannick) from [www.flaticons.com](https://www.flaticon.com/free-icon/search_55369#term=search&page=2&position=42).

    <br />

    - [x] **Dropbox For elementaryOS** *by [@zant95](https://github.com/zant95/elementary-dropbox)*
    ```
    git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox
    bash '/tmp/elementary-dropbox/install.sh'
    ```

    <br />

    - [x] **My Weather Indicator** *by [Ahmed Hassan](http://eos-snippets.blogspot.com/2013/11/add-my-weather-indicator-to-wingpanel.html)*
    ```
    add-apt-repository ppa:atareao/atareao
    apt update
    apt install my-weather-indicator
    ```

    <br />

    - [x] **Sticky Notes Indicator**
    ```
    apt install indicator-stickynotes
    ```

    <br />

    - [x] **CPU Frequency Indicator**
    ```
    apt install indicator-cpufreq
    ```

    <br />

    - [x] **elementary+ Icons Fix** For Dropbox & Redshift *by [@mank319](https://github.com/mank319/elementaryPlus)*
    ```
    add-apt-repository ppa:cybre/elementaryplus
    apt update
    apt upgrade && apt install elementaryplus
    ```

    <br />

    - [x] **Redshift*** **Icons** *by [@tobias-kuendig](https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408)*
    ```
    wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-off.svg -O /tmp/redshift-status-off.svg
    wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-on.svg -O /tmp/redshift-status-on.svg
    cp /tmp/redshift-status-off.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-off.svg
    cp /tmp/redshift-status-on.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-on.svg
    rm -f /tmp/redshift-status-o*.svg
    killall redshift-gtk
    ```

    <br />

    ### Redshift Configuration

    * Copy *redshift.conf* to `Home/.config` folder [CTRL + H]

    My configuration [redshift.conf](https://gist.github.com/suberb/6d52e55dd86245ce89bf8ddbfa2eb89c).


    ---

    <br />

    ## OTHER

    <br />

    - [x] **Fix Lag** When OS Starts *by [@Jason Waddington](https://elementaryos.stackexchange.com/questions/7897/significant-lag-loading-panel-and-dock-after-login-loki)*

    * Rename `/etc/xdg/autostart/at-spi-dbus-bus.desktop` and `/usr/share/upstart/xdg/autostart/at-spi-dbus-bus.desktop` files to `at-spi-dbus-bus.disabled`.
    ```
    mv /etc/xdg/autostart/at-spi-dbus-bus.desktop /etc/xdg/autostart/at-spi-dbus-bus.disabled
    mv /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.desktop /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.disabled
    ```

    <br />

    ```bash
    cd /tmp
    git clone https://github.com/iamdh4/ttf-wps-fonts.git
    cd ttf-wps-fonts
    bash install.sh
    rm -rf /tmp/ttf-wps-fonts
    ```
    - [x] **Fix Lag on Login/Restart** *by [@Jason Waddington](https://elementaryos.stackexchange.com/questions/12155/desktop-takes-forever-to-load-after-restart)*
    ```bash
    sudo mv /etc/xdg/autostart/at-spi-dbus-bus.desktop /etc/xdg/autostart/at-spi-dbus-bus.disabled
    sudo mv /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.desktop /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.disabled
    ```
    - [x] **Display Hidden Startup Applications**
    ```
    sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```

    <br />

    - [x] **PowerTop*** Recommended to use INSTEAD of TLP, not alongside.
    ```
    apt update
    apt install powertop -y
    powertop --auto-tune
    ```
    **Call** `powertop --auto-tune` **at boot:**

    * **Option 1** *by [@Milosz Galazka](https://blog.sleeplessbeastie.eu/2015/08/10/how-to-set-all-tunable-powertop-options-at-system-boot/)*
    ```
    cat << EOF | tee /etc/systemd/system/powertop.service
    [Unit]
    Description=PowerTOP auto tune
    [Service]
    Type=idle
    Environment="TERM=dumb"
    ExecStart=/usr/sbin/powertop --auto-tune
    [Install]
    WantedBy=multi-user.target
    EOF
    ```
    ```
    systemctl daemon-reload
    systemctl enable powertop.service
    ```

    * **Option 2**

    Put `powertop --auto-tune` in `/etc/rc.local` file, before `exit 0`.

    ---

    <br />
    ```bash
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```

    ### Fix Desktop entries not executing
    - [x] **Fix Desktop entries not executing**
    https://elementaryos.stackexchange.com/questions/10952/how-to-execute-desktop-in-files

    ## Features

    - **Night light**
    - **Hot Corner**

    ## THE LOOK




    - [x] **elementaryOS Icon** Instead of "Applications" Text in Wingpanel


    **The icon shows up behind the Network icon in Lock Screen. I don't know how to fix this.**

    * Navigate to your main theme folder, for e.g.: `/usr/share/themes/elementary/`.
    * Place your icon (preferably in **.svg** format) in the main theme folder. Here's [mine](https://www.dropbox.com/s/1v1xrgxdn50pv35/elementaryOS.svg?dl=0).
    * Edit all `apps.css` files placed in GTK folders:
    ```css
    /*********
    * Panel *
    ********/

    .panel {
    background-color: transparent;
    background-image: url("../elementaryOS.svg");
    background-repeat: no-repeat;
    transition: all 100ms ease-in-out;
    }

    .panel .menubar:first-child {
    font-size: 0px;
    padding-left: 12px; /* If you're bothered by the Slingshot's skewed arrow */
    }
    ```
    ```
    killall wingpanel
    ```

    - [x] **Always on Numlock:**

    Don’t want to press the “Numlock” button every time you restart the PC? Well, the good thing about opensource is your imagination is the limitation. Open file manager as root, go to /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf.
    Open the file with your favorite text editor and paste “greeter-setup-script=/usr/bin/numlockx on” at the last.
    That’s it. You don’t have to think about Numlock again!

    ---

    <br />

    # BIG THANKS to:
    ## Credits
    * [@suberb](https://gist.github.com/suberb/4635a6c338f0f66b63c0f502859e5b42)
    * [@memoryleakx](https://gist.github.com/memoryleakx/7567474)
    * [@evertontrindade](https://gist.github.com/evertontrindade/ef9214bb0558c149a5e502eea297f322)

    <br />

    :tada:
    * [@evertontrindade](https://gist.github.com/evertontrindade/ef9214bb0558c149a5e502eea297f322)
  7. @Surendrajat Surendrajat revised this gist Sep 10, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -366,6 +366,9 @@ Put `powertop --auto-tune` in `/etc/rc.local` file, before `exit 0`.

    <br />

    ### Fix Desktop entries not executing
    https://elementaryos.stackexchange.com/questions/10952/how-to-execute-desktop-in-files

    ## Features

    - **Night light**
  8. @Surendrajat Surendrajat revised this gist Sep 10, 2019. 1 changed file with 5 additions and 10 deletions.
    15 changes: 5 additions & 10 deletions elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -70,10 +70,7 @@
    - [x] **Remove Bluethooth indicator**
    ```bash
    apt remove wingpanel-indicator-bluetooth
    ```

    - [x] ~~**GTK+ Theme** [https://github.com/fusion809/macOS-Arc-White](https://github.com/fusion809/macOS-Arc-White)~~

    ``

    - [x] **Icon Pack** [La Capitaine](https://krourke.org/projects/art/la-capitaine-icon-theme) *by [@keeferrourke](https://github.com/keeferrourke/la-capitaine-icon-theme)*
    ```bash
    @@ -147,7 +144,7 @@ bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.sh'
    ## APPS TO DOWNLOAD & INSTALL VIA EDDY

    - [x] [**Brave Browser** ](https://brave-browser.readthedocs.io/en/latest/installing-brave.html#ubuntu-16-04-and-mint-18)

    - [x] telegram-desktop
    - [x] vlc
    - [x] kodi
    - [x] sublime
    @@ -158,12 +155,10 @@ bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.sh'
    - [x] kodi
    - [x] wine
    - [x] java
    - [x] **SubDownloader** [subdownloader.net](http://subdownloader.net)

    - [x] **NixNote** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)

    - [x] **Atom** [atom.io](https://atom.io)
    - [x] **Tusk** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)

    - [x] **Sublime Text**
    - [x] **Sublime Merge**
    - [x] **WPS Office*** [wps-community.org/downloads](http://wps-community.org/downloads) *Check WPS Fonts Fix*


  9. @Surendrajat Surendrajat revised this gist Jul 2, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -48,7 +48,7 @@

    - [x] **Add minimize button**
    ```bash
    apt-add-repository ppa:versable/elementary-update
    sudo add-apt-repository ppa:philip.scott/elementary-tweaks
    apt install elementary-tweaks
    ```
    - then do `System Settings`>`Tweaks`>`Layout`>`Windows`
  10. @Surendrajat Surendrajat revised this gist Jul 2, 2019. 1 changed file with 145 additions and 182 deletions.
    327 changes: 145 additions & 182 deletions elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -1,115 +1,106 @@


    ## FIRST THING FIRST

    <br />
    - [x] **Enable PPA (Properties Commons)**
    ```bash
    sudo apt update
    sudo apt install software-properties-common
    ```

    - [x] **Install apt-fast**
    ```bash
    sudo add-apt-repository -y ppa:apt-fast/stable
    sudo apt -y install apt-fast
    echo "alias apt='apt-fast'" >> ~/.bashrc
    source ~/.bashrc
    ```

    - [x] **Update OS**
    ```
    sudo apt-get update && sudo apt-get upgrade
    ```
    ```bash
    apt update && apt upgrade
    ```

    <br />
    - [x] **Install git**
    ```bash
    apt install git
    ```

    - [x] **Uninstall Apps**
    ```
    sudo apt-get purge epiphany-browser epiphany-browser-data
    sudo apt-get purge midori-granite
    sudo apt-get purge geary
    sudo apt-get purge pantheon-mail
    sudo apt-get purge plank
    sudo apt-get purge noise
    sudo apt-get purge audience
    ```

    <br />
    ```bash
    apt purge epiphany-browser epiphany-browser-data
    apt purge pantheon-mail
    apt purge noise
    apt purge audience
    ```

    - [x] **Clean Up OS**
    ```
    sudo apt autoremove -y
    sudo apt autoclean -y
    sudo apt-get autoremove -y
    sudo apt-get autoclean -y
    ```

    ```bash
    apt autoremove -y
    apt autoclean -y
    ```
    ---

    <br />

    ## TERMINAL STUFF

    <br />

    - [x] **Enable PPA (Properties Commons)**
    ```
    sudo apt-get install software-properties-common
    ```

    <br />

    - [x] **elementaryOS Tweaks**
    ```
    sudo add-apt-repository ppa:philip.scott/elementary-tweaks
    sudo apt-get update
    sudo apt-get install elementary-tweaks
    sudo apt-get install elementary-wallpapers-extra
    ```
    ## Tweaking the UI

    <br />

    - [x] **elementaryOS Extras**
    ```
    sudo apt-get install elementary-dark-theme elementary-plastico-theme elementary-whit-e-theme elementary-harvey-theme
    sudo apt-get install elementary-elfaenza-icons elementary-nitrux-icons
    sudo apt-get install elementary-plank-themes
    sudo apt-get install wingpanel-slim indicator-synapse
    ```
    - [x] **Add minimize button**
    ```bash
    apt-add-repository ppa:versable/elementary-update
    apt install elementary-tweaks
    ```
    - then do `System Settings`>`Tweaks`>`Layout`>`Windows`

    <br />
    - [x] **Bring back Tray icons**
    [![Screenshot](https://github.com/donadigo/wingpanel-indicator-namarupa/raw/master/data/shot.png)](https://github.com/donadigo/wingpanel-indicator-namarupa)
    ```bash
    apt install gobject-introspection libglib2.0-dev libgranite-dev libindicator3-dev libwingpanel-2.0-dev valac
    git clone https://github.com/donadigo/wingpanel-indicator-namarupa
    cd wingpanel-indicator-namarupa
    meson build --prefix=/usr && cd build
    ninja
    sudo ninja install
    apt install -f
    wget https://github.com/mdh34/elementary-indicators/releases/download/0.1/indicator-application-patched.deb
    sudo dpkg -i indicator-application-patched.deb
    sudo reboot
    ```
    - [x] **Remove Bluethooth indicator**
    ```bash
    apt remove wingpanel-indicator-bluetooth
    ```

    - [x] **Enable Shutdown by Power Button**
    ```
    sudo scratch-text-editor /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla
    ```
    * Under `"Disable hibernate"` change to `"ResultActive=yes"` x2.
    - [x] ~~**GTK+ Theme** [https://github.com/fusion809/macOS-Arc-White](https://github.com/fusion809/macOS-Arc-White)~~

    <br />

    - [x] ~~**Replace Plank With Docky**~~
    ```
    sudo apt-get update
    sudo apt remove --purge plank
    sudo apt install docky -y
    ```

    <br />

    - [x] ~~**Hide Docky Anchor Icon**~~
    ```
    gconftool-2 --set "/apps/docky-2/Docky/Items/DockyItem/ShowDockyItem" --type bool "false"
    ```

    <br />

    - [x] **Show Desktop** Hot Corner Command
    ```
    sudo apt-get install wmctrl
    wmctrl -k on
    ```
    - [x] **Icon Pack** [La Capitaine](https://krourke.org/projects/art/la-capitaine-icon-theme) *by [@keeferrourke](https://github.com/keeferrourke/la-capitaine-icon-theme)*
    ```bash
    cd $HOME/.icons
    git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git
    cd la-capitaine-icon-theme && ./configure
    ```

    <br />
    - [x] **Cursors** La Capitaine *by [@keeferrourke](https://github.com/keeferrourke/capitaine-cursors)*
    ```bash
    sudo add-apt-repository ppa:dyatlov-igor/la-capitaine
    apt install la-capitaine-cursor-theme
    ```
    ---
    ## Boosting up system

    - [x] **Reduce Overheating & Improve Battery Life**
    ```
    sudo add-apt-repository ppa:linrunner/tlp
    sudo apt-get update
    sudo apt-get install tlp tlp-rdw
    sudo tlp start
    add-apt-repository ppa:linrunner/tlp
    apt update
    apt install tlp tlp-rdw
    tlp start
    ```

    <br />

    - [x] **Handle 100% CPU Usage** *by [Abhishek Prakash](https://itsfoss.com/things-to-do-after-installing-elementary-os-loki/)*
    ```
    sudo chmod 744 /usr/lib/gvfs/gvfsd-smb-browse
    chmod 744 /usr/lib/gvfs/gvfsd-smb-browse
    ```

    ---
    @@ -122,9 +113,9 @@ sudo chmod 744 /usr/lib/gvfs/gvfsd-smb-browse

    - [x] **Proper Plank**
    ```
    sudo add-apt-repository ppa:ricotz/docky
    sudo apt update
    sudo apt install --reinstall plank
    add-apt-repository ppa:ricotz/docky
    apt update
    apt install --reinstall plank
    killall plank
    plank --preferences
    ```
    @@ -146,7 +137,7 @@ plank --preferences

    * Extract [plank-separator-remix.zip](https://www.dropbox.com/s/8uqxmofhkvuftwi/plank-separator-remix.zip?dl=0) and run this command everytime you want to insert a new separator:
    ```
    sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.sh'
    bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.sh'
    ```

    ---
    @@ -155,10 +146,18 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    ## APPS TO DOWNLOAD & INSTALL VIA EDDY

    <br />

    - [x] **Google Chrome** [www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)

    - [x] [**Brave Browser** ](https://brave-browser.readthedocs.io/en/latest/installing-brave.html#ubuntu-16-04-and-mint-18)

    - [x] vlc
    - [x] kodi
    - [x] sublime
    - [x] qbittorrent
    - [x] skype
    - [x] teamviewer
    - [x] gparted
    - [x] kodi
    - [x] wine
    - [x] java
    - [x] **SubDownloader** [subdownloader.net](http://subdownloader.net)

    - [x] **NixNote** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)
    @@ -167,38 +166,6 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    - [x] **WPS Office*** [wps-community.org/downloads](http://wps-community.org/downloads) *Check WPS Fonts Fix*

    - [x] ~~**Zazu*** *Spotlight For Linux* [zazuapp.org/download](http://zazuapp.org/download)~~

    - [x] ~~**ULauncher*** [ulauncher.io](https://ulauncher.io)~~

    <br />

    ### Zazu Configuration
    * Copy *.zazurc.json* to `Home` folder [CTRL + H]

    My configuration [.zazurc.json](https://gist.github.com/suberb/e5d81374a2eef225ecc0fb8434ca6a41) for Zazu:

    **Plugins:**
    * [Chrome Bookmarks](https://github.com/tinytacoteam/zazu-chrome-bookmarks) by [@tinytacoteam](https://github.com/tinytacoteam)
    * [Colors](https://github.com/halvves/zazu-colors) by [@halvves](https://github.com/halvves)
    * [Currency Convertor](https://github.com/avaly/zazu-currency-convertor) by [@avaly](https://github.com/avaly)
    * [Emoji](https://github.com/iansinnott/zazu-emoji) by [@iansinnott](https://github.com/iansinnott)
    * [Uptime](https://github.com/danielbayerlein/zazu-uptime) by [@danielbayerlein](https://github.com/danielbayerlein)
    * ~~[Weather](https://github.com/blainesch/zazu-weather) by [@blainesch](https://github.com/blainesch) *(Although it doesn't work for me)*~~
    * [Dictionary](https://github.com/sagold/zazu-dict) by [@sagold](https://github.com/sagold)
    * [Fkill](https://github.com/chrishelgert/zazu-fkill) by [@chrishelgert](https://github.com/chrishelgert)
    * [Giphy](https://github.com/halvves/zazu-giphy) by [@halvves](https://github.com/halvves)
    * [IP](https://github.com/blakek/zazu-ip-address) by [@blakek](https://github.com/blakek)
    * [Password](https://github.com/jnstr/zazu-password) by [@jnstr](https://github.com/jnstr)
    * [UTime](https://github.com/puyt/zazu-utime) by [@puyt](https://github.com/puyt)

    **Themes:**
    * [Dark Theme](https://github.com/iansinnott/zazu-dark-theme) by [@iansinnott](https://github.com/iansinnott)

    <br />

    ### ULauncher Configuration
    My configuration [settings.json](https://gist.github.com/suberb/dbc7dacf124ac9ddce84f3ecb17ad05b) for ULauncher `home/user/.config/ulauncher`.

    ---

    @@ -208,23 +175,33 @@ My configuration [settings.json](https://gist.github.com/suberb/dbc7dacf124ac9dd

    <br />

    - [x] **Krita**
    - [x] **stuff**
    sudo apt-get install flashplugin-installer pepperflashplugin-nonfree
    - [x] **Restricted extras and MM Codec**
    sudo apt install ubuntu-restricted-extras
    sudo apt install libavcodec-extra
    sudo apt install libdvd-pkg
    - [x] **archive formats**
    ```
    sudo apt-get install krita
    sudo apt-get install unace rar unrar p7zip-rar p7zip sharutils uudeview mpack arj cabextract lzip lunzip
    ```
    - [x] **Preload**
    ```
    apt install preload
    ```

    <br />

    - [x] **FreeCAD**
    ```
    sudo apt install freecad
    apt install freecad
    ```

    <br />

    - [x] **GIT**
    ```
    sudo apt-get install git
    apt install git
    ```

    <br />
    @@ -241,7 +218,7 @@ chmod a+x '/home/user/Downloads/cerebro-0.3.1-x86_64.AppImage'
    cd /tmp
    git clone https://github.com/iamdh4/ttf-wps-fonts.git
    cd ttf-wps-fonts
    sudo bash install.sh
    bash install.sh
    rm -rf /tmp/ttf-wps-fonts
    ```

    @@ -250,21 +227,21 @@ rm -rf /tmp/ttf-wps-fonts
    - [x] ~~**San Francisco Fonts** *by [@ronakshah](https://blog.ronakshah.net/Installing-Ubuntu-Like-A-Mac-User/)*~~
    ```
    cd /usr/share/fonts
    sudo mkdir tmp
    mkdir tmp
    cd tmp
    sudo git clone https://github.com/AppleDesignResources/SanFranciscoFont
    git clone https://github.com/AppleDesignResources/SanFranciscoFont
    cd SanFranciscoFont
    sudo mv *.otf ../../opentype
    sudo fc-cache -fv
    mv *.otf ../../opentype
    fc-cache -fv
    ```

    <br />

    - [x] **Albert**
    ```
    sudo add-apt-repository ppa:flexiondotorg/albert
    sudo apt-get update
    sudo apt-get install albert
    add-apt-repository ppa:flexiondotorg/albert
    apt update
    apt install albert
    ```
    * Replace the icon in Wingpanel: `/usr/share/icons/hicolor/scalable/apps/` with any icon of your choice in **.svg** format. I chose this: <img src="https://image.flaticon.com/icons/svg/55/55369.svg" height="14" width="14"> by [@Yannick](https://www.flaticon.com/authors/yannick) from [www.flaticons.com](https://www.flaticon.com/free-icon/search_55369#term=search&page=2&position=42).

    @@ -273,39 +250,39 @@ sudo apt-get install albert
    - [x] **Dropbox For elementaryOS** *by [@zant95](https://github.com/zant95/elementary-dropbox)*
    ```
    git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox
    sudo bash '/tmp/elementary-dropbox/install.sh'
    bash '/tmp/elementary-dropbox/install.sh'
    ```

    <br />

    - [x] **My Weather Indicator** *by [Ahmed Hassan](http://eos-snippets.blogspot.com/2013/11/add-my-weather-indicator-to-wingpanel.html)*
    ```
    sudo add-apt-repository ppa:atareao/atareao
    sudo apt-get update
    sudo apt-get install my-weather-indicator
    add-apt-repository ppa:atareao/atareao
    apt update
    apt install my-weather-indicator
    ```

    <br />

    - [x] **Sticky Notes Indicator**
    ```
    sudo apt-get install indicator-stickynotes
    apt install indicator-stickynotes
    ```

    <br />

    - [x] **CPU Frequency Indicator**
    ```
    sudo apt-get install indicator-cpufreq
    apt install indicator-cpufreq
    ```

    <br />

    - [x] **elementary+ Icons Fix** For Dropbox & Redshift *by [@mank319](https://github.com/mank319/elementaryPlus)*
    ```
    sudo add-apt-repository ppa:cybre/elementaryplus
    sudo apt-get update
    sudo apt-get upgrade && sudo apt-get install elementaryplus
    add-apt-repository ppa:cybre/elementaryplus
    apt update
    apt upgrade && apt install elementaryplus
    ```

    <br />
    @@ -315,9 +292,9 @@ sudo apt-get upgrade && sudo apt-get install elementaryplus
    wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-off.svg -O /tmp/redshift-status-off.svg
    wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-on.svg -O /tmp/redshift-status-on.svg
    sudo cp /tmp/redshift-status-off.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-off.svg
    cp /tmp/redshift-status-off.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-off.svg
    sudo cp /tmp/redshift-status-on.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-on.svg
    cp /tmp/redshift-status-on.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-on.svg
    rm -f /tmp/redshift-status-o*.svg
    @@ -345,30 +322,30 @@ My configuration [redshift.conf](https://gist.github.com/suberb/6d52e55dd86245ce

    * Rename `/etc/xdg/autostart/at-spi-dbus-bus.desktop` and `/usr/share/upstart/xdg/autostart/at-spi-dbus-bus.desktop` files to `at-spi-dbus-bus.disabled`.
    ```
    sudo mv /etc/xdg/autostart/at-spi-dbus-bus.desktop /etc/xdg/autostart/at-spi-dbus-bus.disabled
    sudo mv /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.desktop /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.disabled
    mv /etc/xdg/autostart/at-spi-dbus-bus.desktop /etc/xdg/autostart/at-spi-dbus-bus.disabled
    mv /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.desktop /usr/share/upstart/xdg/autostart/at-spi-dbus-bus.disabled
    ```

    <br />

    - [x] **Display Hidden Startup Applications**
    ```
    sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
    ```

    <br />

    - [x] **PowerTop*** Recommended to use INSTEAD of TLP, not alongside.
    ```
    sudo apt-get update
    sudo apt-get install powertop -y
    sudo powertop --auto-tune
    apt update
    apt install powertop -y
    powertop --auto-tune
    ```
    **Call** `powertop --auto-tune` **at boot:**

    * **Option 1** *by [@Milosz Galazka](https://blog.sleeplessbeastie.eu/2015/08/10/how-to-set-all-tunable-powertop-options-at-system-boot/)*
    ```
    cat << EOF | sudo tee /etc/systemd/system/powertop.service
    cat << EOF | tee /etc/systemd/system/powertop.service
    [Unit]
    Description=PowerTOP auto tune
    @@ -382,47 +359,27 @@ WantedBy=multi-user.target
    EOF
    ```
    ```
    sudo systemctl daemon-reload
    sudo systemctl enable powertop.service
    systemctl daemon-reload
    systemctl enable powertop.service
    ```

    * **Option 2**

    Put `sudo powertop --auto-tune` in `/etc/rc.local` file, before `exit 0`.
    Put `powertop --auto-tune` in `/etc/rc.local` file, before `exit 0`.

    ---

    <br />

    ## THE LOOK

    <br />

    - [x] **GTK+ Theme** [OSX-Arc](https://github.com/LinxGem33/OSX-Arc-White/releases) *by [@LinxGem33](https://github.com/LinxGem33/OSX-Arc-White)*
    * Install **.deb** via Eddy
    ## Features

    <br />

    - [x] **Icon Pack** [La Capitaine](https://krourke.org/projects/art/la-capitaine-icon-theme) *by [@keeferrourke](https://github.com/keeferrourke/la-capitaine-icon-theme)*
    ```
    cd /usr/share/icons/
    sudo git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git
    sudo bash '/usr/share/icons/la-capitaine-icon-theme-0.4.0/configure'
    ```
    - **Night light**
    - **Hot Corner**

    <br />

    - [x] **Cursors** La Capitaine *by [@keeferrourke](https://github.com/keeferrourke/capitaine-cursors)*
    ```
    sudo cp -pr /home/YOUR_USERNAME/Downloads/capitaine-cursors-master/dist/ /usr/share/icons/capitaine-cursors
    ```
    ## THE LOOK

    <br />

    - [x] **Paper** [GTK+, Icon Pack, Cursors](https://snwh.org/paper) *by [@snwh](https://github.com/snwh/paper-icon-theme)*
    * Install **.deb** via Eddy

    <br />

    - [x] **elementaryOS Icon** Instead of "Applications" Text in Wingpanel

    @@ -453,6 +410,12 @@ sudo cp -pr /home/YOUR_USERNAME/Downloads/capitaine-cursors-master/dist/ /usr/sh
    killall wingpanel
    ```

    - [x] **Always on Numlock:**

    Don’t want to press the “Numlock” button every time you restart the PC? Well, the good thing about opensource is your imagination is the limitation. Open file manager as root, go to /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf.
    Open the file with your favorite text editor and paste “greeter-setup-script=/usr/bin/numlockx on” at the last.
    That’s it. You don’t have to think about Numlock again!

    ---

    <br />
  11. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -412,7 +412,7 @@ sudo bash '/usr/share/icons/la-capitaine-icon-theme-0.4.0/configure'

    <br />

    - [ ] **Cursors** La Capitaine *by [@keeferrourke](https://github.com/keeferrourke/capitaine-cursors)*
    - [x] **Cursors** La Capitaine *by [@keeferrourke](https://github.com/keeferrourke/capitaine-cursors)*
    ```
    sudo cp -pr /home/YOUR_USERNAME/Downloads/capitaine-cursors-master/dist/ /usr/share/icons/capitaine-cursors
    ```
  12. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -310,7 +310,7 @@ sudo apt-get upgrade && sudo apt-get install elementaryplus

    <br />

    - [ ] **Redshift*** **Icons** *by [@tobias-kuendig](https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408)*
    - [x] **Redshift*** **Icons** *by [@tobias-kuendig](https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408)*
    ```
    wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-off.svg -O /tmp/redshift-status-off.svg
    wget https://gist.github.com/tobias-kuendig/d055892720cf09ae1a9d82075fb0f408/raw/5d3625e5f4ac7686d7b40880a211ee72f74ea3d3/redshift-status-on.svg -O /tmp/redshift-status-on.svg
  13. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -236,7 +236,7 @@ chmod a+x '/home/user/Downloads/cerebro-0.3.1-x86_64.AppImage'

    <br />

    - [ ] **WPS Fonts Fix** *by [@IamDH4](https://github.com/IamDH4/ttf-wps-fonts)*
    - [x] **WPS Fonts Fix** *by [@IamDH4](https://github.com/IamDH4/ttf-wps-fonts)*
    ```
    cd /tmp
    git clone https://github.com/iamdh4/ttf-wps-fonts.git
  14. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -157,7 +157,7 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    <br />

    - [ ] **Google Chrome** [www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)
    - [x] **Google Chrome** [www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)

    - [x] **SubDownloader** [subdownloader.net](http://subdownloader.net)

  15. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -159,7 +159,7 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    - [ ] **Google Chrome** [www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)

    - [ ] **SubDownloader** [subdownloader.net](http://subdownloader.net)
    - [x] **SubDownloader** [subdownloader.net](http://subdownloader.net)

    - [x] **NixNote** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)

  16. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -163,7 +163,7 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    - [x] **NixNote** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)

    - [ ] **Atom** [atom.io](https://atom.io)
    - [x] **Atom** [atom.io](https://atom.io)

    - [x] **WPS Office*** [wps-community.org/downloads](http://wps-community.org/downloads) *Check WPS Fonts Fix*

  17. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -161,7 +161,7 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    - [ ] **SubDownloader** [subdownloader.net](http://subdownloader.net)

    - [ ] **NixNote** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)
    - [x] **NixNote** *Unofficial Evernote For Linux* [sourceforge.net/projects/nevernote/files/?source=navbar](https://sourceforge.net/projects/nevernote/files/?source=navbar)

    - [ ] **Atom** [atom.io](https://atom.io)

  18. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -165,7 +165,7 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    - [ ] **Atom** [atom.io](https://atom.io)

    - [ ] **WPS Office*** [wps-community.org/downloads](http://wps-community.org/downloads) *Check WPS Fonts Fix*
    - [x] **WPS Office*** [wps-community.org/downloads](http://wps-community.org/downloads) *Check WPS Fonts Fix*

    - [x] ~~**Zazu*** *Spotlight For Linux* [zazuapp.org/download](http://zazuapp.org/download)~~

  19. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -398,7 +398,7 @@ Put `sudo powertop --auto-tune` in `/etc/rc.local` file, before `exit 0`.

    <br />

    - [ ] **GTK+ Theme** [OSX-Arc](https://github.com/LinxGem33/OSX-Arc-White/releases) *by [@LinxGem33](https://github.com/LinxGem33/OSX-Arc-White)*
    - [x] **GTK+ Theme** [OSX-Arc](https://github.com/LinxGem33/OSX-Arc-White/releases) *by [@LinxGem33](https://github.com/LinxGem33/OSX-Arc-White)*
    * Install **.deb** via Eddy

    <br />
  20. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -419,7 +419,7 @@ sudo cp -pr /home/YOUR_USERNAME/Downloads/capitaine-cursors-master/dist/ /usr/sh

    <br />

    - [ ] **Paper** [GTK+, Icon Pack, Cursors](https://snwh.org/paper) *by [@snwh](https://github.com/snwh/paper-icon-theme)*
    - [x] **Paper** [GTK+, Icon Pack, Cursors](https://snwh.org/paper) *by [@snwh](https://github.com/snwh/paper-icon-theme)*
    * Install **.deb** via Eddy

    <br />
  21. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -45,7 +45,7 @@ sudo apt-get install software-properties-common

    <br />

    - [ ] **elementaryOS Tweaks**
    - [x] **elementaryOS Tweaks**
    ```
    sudo add-apt-repository ppa:philip.scott/elementary-tweaks
    sudo apt-get update
  22. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -55,7 +55,7 @@ sudo apt-get install elementary-wallpapers-extra

    <br />

    - [ ] **elementaryOS Extras**
    - [x] **elementaryOS Extras**
    ```
    sudo apt-get install elementary-dark-theme elementary-plastico-theme elementary-whit-e-theme elementary-harvey-theme
    sudo apt-get install elementary-elfaenza-icons elementary-nitrux-icons
  23. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -65,7 +65,7 @@ sudo apt-get install wingpanel-slim indicator-synapse

    <br />

    - [ ] **Enable Shutdown by Power Button**
    - [x] **Enable Shutdown by Power Button**
    ```
    sudo scratch-text-editor /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla
    ```
  24. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -89,7 +89,7 @@ gconftool-2 --set "/apps/docky-2/Docky/Items/DockyItem/ShowDockyItem" --type boo

    <br />

    - [ ] **Show Desktop** Hot Corner Command
    - [x] **Show Desktop** Hot Corner Command
    ```
    sudo apt-get install wmctrl
    wmctrl -k on
  25. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -120,7 +120,7 @@ sudo chmod 744 /usr/lib/gvfs/gvfsd-smb-browse

    <br />

    - [ ] **Proper Plank**
    - [x] **Proper Plank**
    ```
    sudo add-apt-repository ppa:ricotz/docky
    sudo apt update
  26. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -131,7 +131,7 @@ plank --preferences

    <br />

    - [ ] **Gnosemite Theme** *by [@P0umon](https://p0umon.deviantart.com/art/Gnosemite-theme-for-Plank-628809799)*
    - [x] **Gnosemite Theme** *by [@P0umon](https://p0umon.deviantart.com/art/Gnosemite-theme-for-Plank-628809799)*
    * For more transparency, change the last value in `/usr/share/plank/themes/Gnosierra/dock.theme` file, under `FillEndColor=110;;107;;111;;150`.

    <br />
  27. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -142,7 +142,7 @@ plank --preferences

    <br />

    - [ ] **Plank Separator** Remix *by [@rpeshkov](https://github.com/rpeshkov/plank-spacer) & [@glacto](https://glacto.deviantart.com/art/Drk-Plank-Theme-with-separator-631813715)*
    - [x] **Plank Separator** Remix *by [@rpeshkov](https://github.com/rpeshkov/plank-spacer) & [@glacto](https://glacto.deviantart.com/art/Drk-Plank-Theme-with-separator-631813715)*

    * Extract [plank-separator-remix.zip](https://www.dropbox.com/s/8uqxmofhkvuftwi/plank-separator-remix.zip?dl=0) and run this command everytime you want to insert a new separator:
    ```
  28. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -136,7 +136,7 @@ plank --preferences

    <br />

    - [ ] **Plank Themes** *by [@KenHarkey](https://github.com/KenHarkey/plank-themes)*
    - [x] **Plank Themes** *by [@KenHarkey](https://github.com/KenHarkey/plank-themes)*

    * Copy the contents of the [Plank Themes](https://github.com/KenHarkey/plank-themes/archive/master.zip) folder to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use.

  29. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -167,7 +167,7 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    - [ ] **WPS Office*** [wps-community.org/downloads](http://wps-community.org/downloads) *Check WPS Fonts Fix*

    - [ ] ~~**Zazu*** *Spotlight For Linux* [zazuapp.org/download](http://zazuapp.org/download)~~
    - [x] ~~**Zazu*** *Spotlight For Linux* [zazuapp.org/download](http://zazuapp.org/download)~~

    - [x] ~~**ULauncher*** [ulauncher.io](https://ulauncher.io)~~

  30. @suberb suberb revised this gist Nov 5, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elementaryos.md
    Original file line number Diff line number Diff line change
    @@ -169,7 +169,7 @@ sudo bash '/home/YOUR_USERNAME/Downloads/plank-separator-remix/plank-separator.s

    - [ ] ~~**Zazu*** *Spotlight For Linux* [zazuapp.org/download](http://zazuapp.org/download)~~

    - [ ] ~~**ULauncher*** [ulauncher.io](https://ulauncher.io)~~
    - [x] ~~**ULauncher*** [ulauncher.io](https://ulauncher.io)~~

    <br />