Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farhadrezvani/dotfiles
My personal dotfiles
https://github.com/farhadrezvani/dotfiles
archlinux dotfiles sway waybar wofi zsh
Last synced: about 1 month ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/farhadrezvani/dotfiles
- Owner: farhadrezvani
- License: mit
- Created: 2023-04-10T10:27:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T08:57:08.000Z (over 1 year ago)
- Last Synced: 2024-11-07T08:43:47.417Z (3 months ago)
- Topics: archlinux, dotfiles, sway, waybar, wofi, zsh
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Farhad's dotfiles
```
__ _ _ _ _ _ __ _ _
/ _| __ _ _ __| |__ __ _ __| ( )___ __| | ___ | |_ / _(_) | ___ ___
| |_ / _` | '__| '_ \ / _` |/ _` |// __| / _` |/ _ \| __| |_| | |/ _ \/ __|
| _| (_| | | | | | | (_| | (_| | \__ \ | (_| | (_) | |_| _| | | __/\__ \
|_| \__,_|_| |_| |_|\__,_|\__,_| |___/ \__,_|\___/ \__|_| |_|_|\___||___/```
This repository contains configuration files for many programs that I regularly use on a day to day basis.
## Installation
The repository is organized into subdirectories, each representing a [stow](https://www.gnu.org/software/stow/) package with its own set of configuration files. The package lists can be found in `pkglist.txt`, and the included `makefile` can be used to create/update or remove all symlinks at once.
```sh
git clone https://github.com/farhadrezvani/dotfiles.git ~/.dotfilescd ~/.dotfiles
# install packages
paru -S --needed - < pkglist.txt# create symlinks for all packages
make# create symlinks for the specified packages
stow -vR sway waybar zsh
```## Uninstalling
```sh
cd ~/.dotfiles# uninstall packages
paru -Runs - < pkglist.txt# remove symlinks for all packages
make uninstall# remove symlinks for the specified packages
stow -vD sway waybar zsh
```[stow]: https://www.gnu.org/software/stow/
## License
MIT