Tychus / dotfiles-1

Arch Dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Dotfiles

This are my personal dotfiles for Arch Linux based on the Gruvbox color scheme.

Packages:

Install the following packages:

# Terminal:
alacritty 

# Programs:
bspwm
sxhkd
dunst
feh
htop
neovim
picom
redshift
udiskie
udiskie2
zsh
zathura
zathura-pdf-poppler

# from aur:
yay
polybar
ytop
mps-youtube

# Music:
mpd
mpc
mplayer
ncmpcpp

Setup:

## Clone the repository
git clone --bare https://github.com/candreslobor/dotfiles.git $HOME/.dotfiles

## Define the alias in the current shell scope
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

## Checkout the actual content from the git repository to your $HOME
dotfiles checkout

## submodule update:
dotfile submodule update --init --recursive
## Setup Music:
mpc update

Usage:

dotfiles status
dotfiles add .vimrc
dotfiles commit -m "Add vimrc"
dotfiles add .bashrc
dotfiles commit -m "Add bashrc"
dotfiles push

// Screenshot - Two Bars:

Desktop-Preview

// Screenshot - One Bar:

Desktop-Preview2

// Wallpaper:

Wallpaper

About

Arch Dotfiles


Languages

Language:Shell 100.0%