https://github.com/naftali100/dotfiles
https://github.com/naftali100/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naftali100/dotfiles
- Owner: naftali100
- Created: 2021-10-20T10:04:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-31T23:11:22.000Z (5 months ago)
- Last Synced: 2026-02-01T05:13:20.327Z (5 months ago)
- Language: Shell
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## my dotfiles
### Usage
I use [gnu stow](https://www.gnu.org/software/stow/) to symlink the files to home folder.
to use this repo, clone it and run this commands
```bash
cd dotfiles
stow {bash,zsh} // add packages you want to stow
```
by default dotfiles will stow to `~` folder
you can change this in .stowrc file or by passing `--target` argument
### System
- OS: fedora
- global theme: [catppuccin](https://catppuccin.com/)
- shell: zsh
- shell theme: p10k
- zsh package manager: omz
- terminal: Tilix
- editor: vscode
- launcher: ulauncher
- font: JetBrainsMono
### Icons
I use [nerd font icons](https://www.nerdfonts.com/)
to install nerd fonts, I use [getNf](https://github.com/ronniedroid/getnf)