/.dotfiles

Dotfiles, i3-gaps, polybar, rofi and a lot of wasted time.

Primary LanguageShellMIT LicenseMIT

.dotfiles

Home sweet home !

This repository contains my .dotfiles.

Summary

Screenshots

Color theming

Install

Softwares

Color theming

I used the nord color theme for customising every soft I could.

https://www.nordtheme.com/

Screenshots

desktop-dunst i3-gaps rofi rofi-i3 rofi-power

Install

Create a new user

useradd -m myUser

Install configurations

You may have generated a ssh key before this step.

ssh-keygen -t rsa -b 4096 -C "this.is.an@example.com"
eval $(ssh-agent -s)
ssh-add $HOME/.ssh/id_rsa

And after you can run:conf

git clone --bare git@github.com:Couapy/.dotfiles.git ~/.dotfiles
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout

Install packages

You will need to install the AUR helper yay first.

Then just run the script like this:

sh ~/.install/install.sh

Softwares