Skip to content
Syed Sayem edited this page May 16, 2019 · 1 revision

Install the zsh

pacman -Syu zsh

 

Install Oh-My-Zsh

 

Install Hack Nerd Font

 

Install Powerlevel9k

 

Install zsh-syntax-highlighting

 

Install zsh-autosuggestions

 

Install zsh-completions

 

Just copy and paste One line command.

bash -c  "$(wget -qO- https://git.io/vQgMr)" 

 

Edit your Terminator configuration file (located in: ~/.config/terminator/config) - Gruvbox Dark

[global_config]
[keybindings]
  copy = <Primary>c
  paste = <Primary>v
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
[profiles]
  [[default]]
    background_darkness = 0.9
    background_type = transparent
    cursor_color = "#aaaaaa"
    cursor_shape = ibeam
    custom_command = tmux
    use_custom_command = True
  [[Atom]]
    background_color = "#161719"
    cursor_color = "#d0d0d0"
    foreground_color = "#c5c8c6"
    palette = "#000000:#fd5ff1:#87c38a:#ffd7b1:#85befd:#b9b6fc:#85befd:#e0e0e0:#000000:#fd5ff1:#94fa36:#f5ffa8:#96cbfe:#b9b6fc:#85befd:#e0e0e0"
  [[Dracula]]
    background_color = "#1e1f29"
    cursor_color = "#bbbbbb"
    cursor_shape = ibeam
    foreground_color = "#f8f8f2"
    palette = "#000000:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#bbbbbb:#555555:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#ffffff"
  [[Gruvbox Dark]]
    background_color = "#1e1e1e"
    background_darkness = 0.9
    background_type = transparent
    cursor_color = "#bbbbbb"
    cursor_shape = ibeam
    foreground_color = "#e6d4a3"
    palette = "#161819:#f73028:#aab01e:#f7b125:#719586:#c77089:#7db669:#faefbb:#7f7061:#be0f17:#868715:#cc881a:#377375:#a04b73:#578e57:#e6d4a3"
  [[MaterialDark]]
    background_color = "#232322"
    background_darkness = 0.9
    background_type = transparent
    cursor_color = "#16afca"
    cursor_shape = ibeam
    foreground_color = "#e5e5e5"
    palette = "#212121:#b7141f:#457b24:#f6981e:#134eb2:#560088:#0e717c:#efefef:#424242:#e83b3f:#7aba3a:#ffea2e:#54a4f3:#aa4dbc:#26bbd1:#d9d9d9"

 

Clone this wiki locally