https://github.com/nightgrey/dotfiles
My personal dotfiles.
https://github.com/nightgrey/dotfiles
dotfiles linux shell terminal znap zsh
Last synced: 3 months ago
JSON representation
My personal dotfiles.
- Host: GitHub
- URL: https://github.com/nightgrey/dotfiles
- Owner: nightgrey
- License: mit
- Created: 2016-12-29T01:25:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-04-06T18:14:44.000Z (3 months ago)
- Last Synced: 2026-04-06T20:16:04.451Z (3 months ago)
- Topics: dotfiles, linux, shell, terminal, znap, zsh
- Language: Shell
- Homepage:
- Size: 222 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dotfiles
This repository contains my personal dotfiles. They contain configuration files for my system, including my terminal, shell, and other tools.

I've picked up a lot from other developers' dotfiles, which is why I decided to share mine as well. Feel free to copy and use anything as you see fit. Read the source, Luke!
> Note: It is not meant to be copied and run - I mean, technically you could, but it is tailored to my system. It is
> meant to be an inspiration, but use it however you like! :)
## How I use this repository
**1. Clone to my local machine**
```sh
git clone https://github.com/nightgrey/dotfiles.git ~/.dot
```
**2. Symlink files**
[`lib`](/lib/) represents `~`. I never automated the symlinking process, so I just manually symlink things:
```sh
ln -s ~/.dot/lib/* ~/
ln -s ~/.dot/lib/.config/* ~/.config/
ln -s ~/.dot/lib/.local/share/* ~/.local/share
```
> Note: It assumes tooling (like [zsh](https://www.zsh.org/), [ghostty](https://ghostty.org),
> [starship](https://starship.rs/), [git](https://git-scm.com/), [mise](https://mise.sh/) and [zinit](https://github.com/zdharma/zinit)) to be installed.
**3. Use things!**
**Resources**
- https://github.com/davgar99/arch-linux-font-improvement-guide#improving-font-rendering-and-compatibility-on-arch-linux
## Contributing
Feel free to fork this repository and customize it to your liking. If you have any suggestions or improvements, please submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.