https://github.com/zjaume/dotfiles
My dotfiles
https://github.com/zjaume/dotfiles
Last synced: about 2 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/zjaume/dotfiles
- Owner: ZJaume
- License: mit
- Created: 2018-04-29T19:31:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T11:18:32.000Z (3 months ago)
- Last Synced: 2025-02-27T15:44:54.173Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!