Skip to content

Instantly share code, notes, and snippets.

@gmelodie
Last active September 26, 2018 13:45
Show Gist options
  • Save gmelodie/1664474c2847fbf104c0e577b12b78b6 to your computer and use it in GitHub Desktop.
Save gmelodie/1664474c2847fbf104c0e577b12b78b6 to your computer and use it in GitHub Desktop.
A list of my system customizations (for not getting lost every time I format my pc)

Custom Hacks

DE Themes

  • Theme: Arc dark
  • Icons: flat-remix-dark
  • Lightdm GTK+ Greeter (login interface customization)
    • Login icons: Moka
    • Login theme: Arc dark
  • Window manager theme: Arc dark

ZSH (Oh-my-zsh)

  • Theme: standard (robbyrussell)
  • git
  • vi-mode
  • tmux (ZSH_TMUX_AUTOSTART=true, ZSH_TMUX_AUTOSTART_ONCE=false)

Neovim

  • Install init.nvim(vim-bootstrap.com) (same as .vimrc) and put it into ~/.config/nvim/init.nvim

Others

  • tldr (for manuals)
  • min browser (minimalistic browser for dividing tabs)
  • mailspring (email client)
  • Go to ~/.oh-my-zsh/custom and create a file aliases.zsh
    alias vim="nvim"
    alias vi="nvim"
    

Solving Problems

  • python problems: install python-dev before python-pip and python3-pip
  • python for neovim: install the python package via python3 -m pip install neovim and then sudo apt install neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment