Details:
- OS: Arch Linux
- Terminal: Alacritty
- Shell: Oh-My-Zsh
- WM: i3
- Editor: VScode
- Font: Iosevka Nerd Font
- System Info: Neofetch
- Desktop System Manager: Conky
- Browser: Firefox
- File Manager: Thunar
- Ebook Reader: Zathura
- Image Viewer: Feh
- Video Player: MPV
- ScreenShot: Flameshot
Arch Linux or Arch based distro
WARNING!!! Always backup your dotfiles from your home directory.
-
Clone this repo to your preferred directory and cd into it -
git clone https://github.com/DvorakDwarf/dotfiles.git
-
Install all the pacman stuff
sudo pacman -S base-devel coreutils xorg feh ttf-iosevka-nerd i3 xorg-xinit zsh lxappearance flameshot polybar rofi dunst picom mpv thunar thunar-archive-plugin conky feh
-
Install my recommended programs
sudo pacman -S neofetch zathura firefox qview discord steam vtop
-
Install paru (AUR helper)
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
-
Install AUR packages
paru -S zscroll-git betterdiscordctl visual-studio-code-bin graphite-gtk-theme oh-my-zsh-git
-
Install zsh plugins -
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
-git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
-
Change shell to zsh -
sudo chsh $USER -s /bin/zsh
-
Copy necessary configs from the repo
-
Install BetterDiscord
-
Install spicetify
- Install the marketplace
- The theme I used was
onepunch
-
Open
$HOME/.config/i3/config
in a text editor and modify the keybindings to your needs -
use lxappearence to set the theme. I use Graphite-green-dark. It should have been installed on the AUR stage
-
vscode theme I use is Gruvbox-ish
-
DM me on discord if you are having issues
- https://github.com/junnunkarim/dotfiles-linux#readme for the readme reference
- r/unixporn for getting me into linux