Skip to content

PoweredDeveloper/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My Arch Linux Setup ( Dotfiles )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages