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

https://github.com/xruifan/dotfiles

My personal dotfiles across different OS types.
https://github.com/xruifan/dotfiles

gnu-linux gnu-stow macosx shell

Last synced: about 2 months ago
JSON representation

My personal dotfiles across different OS types.

Awesome Lists containing this project

README

        

# What is this repo?
This repo contains my personal dot files. The files are written by myself or gathered from various sources and modified by myself. I use GNU Stow to manage my dot files, which enables me to organize and create symlinks for my configs while synchronizing them across my desktop and laptops. For more details, please see: [GNU Stow](https://www.gnu.org/software/stow/).

# Included software configs in the dot files:
### Common:
- kitty
- tmux
- nvim

### linux-gnu:
#### hyprland:
- waybar
#### sway
- waybar
#### i3:
- picom
- rofi

### darwin:
- aerospace

## Fonts:
- nerd-fonts
- otf-apple-fonts

# How to use them?
```sh
git clone https://github.com/xruifan/dotfiles.git ~/dotfiles
~/dotfiles/stow_dotfiles.sh
```
and reload your session.