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
$ git clone https://github.com/PoweredDeveloper/dotfiles.git
$ cd dotfiles
$ cp .config/* ~/.config/
$ mkdir ~/Pictures/
$ cp Pictures/* ~/Pictures/
$ cp fonts/* ~/.local/share/fonts/
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