Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.09 KB

File metadata and controls

43 lines (34 loc) · 1.09 KB

Dotfiles

It includes files and config of my Arch Setup

Structure:

.
├── config
│   ├── i3              # I3 configuration
│   ├── fish            # Fish terminal configuration
│   ├── kitty           # Kitty configuration
│   ├── neofetch        # Neofetch configuration
│   └── picom           # Picom configuration
├── fonts
│   └── JetBrainsMono   # Nerd Fonts
├── Pictures
│   ├── 1.jpg           # Icon
│   └── bg.jpg          # Background
│
├── LICENSE
└── README.md

Installation

$ git clone https://github.com/PoweredDeveloper/dotfiles.git
$ cd dotfiles
$ cp .config/* ~/.config/
$ mkdir ~/Pictures/
$ cp Pictures/* ~/Pictures/
$ cp fonts/* ~/.local/share/fonts/

! Do not forget to install packages. You can run this to install required packages:

sudo pacman -Sy kitty neofetch fish feh git exa

And if you have yay installed you can install picom by:

yay -S picom-jonaburg-git

I use picom by jonaburg Picom. And Tide theme for Fish