An open API service indexing awesome lists of open source software.

https://github.com/zjaume/dotfiles

My dotfiles
https://github.com/zjaume/dotfiles

Last synced: about 2 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# dotfiles
## Requirements
The instructions assume that `yay` AUR Helper is installed and `fish` shell is used.
Install it first
```
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay -S fish
```

## Instructions
Clone the repository (on the home directory)
```
cd ~
git clone https://github.com/ZJaume/dotfiles
cd dotfiles
```

Install the required packages for desktop environment
```
yay -Syu - < packages.txt
```

Install config files with stow
```
stow server desktop
```

Now login on tty1 and enjoy!