My dotfiles on Arch Linux.
Window Manager |
bspwm |
Editor |
vim |
Input Method |
uim |
Terminal |
st |
GTK Theme |
Arc-Darker |
You need clone the repository to under your "${HOME}".
cd ~
git clone https://github.com/odknt/dotfiles.gitInstall dependencies by using pacman and AUR helper.
# Base Packages (CLI)
cat .base.plist | sudo pacman -S --needed --noconfirm -
# GUI packages
cat .gui.plist | sudo pacman -S --needed --noconfirm -
# AUR packages
cat .aur.plist | YOUR_AUR_HELPER -S --needed --noconfirm -Plugins install required [volt](https://github.com/vim-volt/volt).
If you need install all plugins then execute the following command after creates symlink from vim to the home directory by using stow.
Also need set VOLTPATH to "${HOME}/.vim/volt". If you were executed stow profile then VOLTPATH has been set in .profile.
volt get -l