Guest User

Untitled

a guest
Jan 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. ### Install graphical stuff:
  2. - xorg-server
  3. - xorg-apps
  4. - rxvt-unicode
  5. - lightdm-webkit2-greeter
  6. - accountsservice
  7. - i3-gaps
  8.  
  9. ### Edit `/etc/lightdm/lightdm.conf`:
  10. - Uncomment `#logind-check-graphical=false` and change `false` to `true`.
  11. - Uncomment `#greeter-session=example-gtk-gnome` and change `example-gtk-gnome` to `lightdm-webkit2-greeter`.
  12.  
  13. ### `sudo enable lightdm`
  14.  
  15. ---
  16. ### `reboot`
  17. ---
  18.  
  19. ### Install fonts:
  20. - ttf-fantasque-sans-mono
  21. - noto-fonts
  22. - noto-fonts-cjk
  23. - noto-fonts-emoji
  24. - noto-fonts-extra
  25. - ttf-font-awesome-4
  26.  
  27. ### Install fun stuff:
  28. - cmatrix
  29. - figlet
  30. - tty-clock
  31.  
  32. ### Install console stuff:
  33. - feh
  34. - numlockx
  35. - youtube-dl
  36. - neofetch
  37. - w3m
  38. - imagemagick
  39. - htop
  40. - gdb
  41.  
  42. ### Install basic apps:
  43. - rofi
  44. - scrot
  45. - i3lock-color-git
  46. - firefox
  47. - visual-studio-code-bin
  48.  
  49. ### Install polybar stuff:
  50. - xcb-util-xrm
  51. - xcb-util-cursor
  52. - jsoncpp
  53. - libmpdclient
  54.  
  55. ### Install `polybar`
  56.  
  57. ### Install ALSA:
  58. - alsa-firmware
  59. - alsa-lib
  60. - alsa-oss
  61. - alsa-plugins
  62. - alsa-tools
  63. - alsa-utils
  64. - lib32-alsa-lib
  65. - lib32-alsa-oss
  66. - lib32-alsa-plugins
  67.  
  68. ### Install laptop stuff (laptop only obviusly):
  69. - network-manager-applet
  70. - wireless_tools
  71.  
  72. ---
  73. ### `reboot`
  74. ---
  75.  
  76. ### Put the dotfiles
  77.  
  78. ### Setup git:
  79. - `ssh-keygen -t rsa -b 4096 -C "<EMAIL>"`
  80. - `eval $(ssh-agent -s)`
  81. - `ssh-add ~/.ssh/id_rsa`
  82. - Copy output of `< ~/.shh/id_rsa.pub` and add it to the SSH keys in your GitHub account.
  83. - `git config --global user.email "<EMAIL>"`
  84. - `git config --global user.name "<NAME>"`
  85.  
  86. ### Install music stuff:
  87. - mpd
  88. - ncmpcpp
  89.  
  90. ### `systemctl --user enable mpd`
  91.  
  92. ---
  93. ### `reboot`
  94. ---
  95.  
  96. ### Remove unnecessary files:
  97. - .dmrc
  98. - .xsession-errors*
  99.  
  100. ### Install lightdm theme:
  101. - lightdm-webkit-theme-litarvan
  102. - Edit `/etc/lightdm/lightdm-webkit2-greeter.conf` and change `antergos` to `litarvan`.
  103. - Edit `/var/lib/AccountsService/users/<USERNAME>` and add `Icon=/var/lib/AccountsService/icons/<USERNAME>`.
  104. - Move your photo to `/var/lib/AccountsService/icons/<USERNAME>`.
  105. - Change the edited file and the icon's permissions to 644.
  106. - Move the background you want to `/usr/share/lightdm-webkit/themes/litarvan/images/background.jpg`.
Add Comment
Please, Sign In to add comment