https://github.com/daniel1302/dotfiles
Configuration for the system
https://github.com/daniel1302/dotfiles
Last synced: 12 days ago
JSON representation
Configuration for the system
- Host: GitHub
- URL: https://github.com/daniel1302/dotfiles
- Owner: daniel1302
- Created: 2023-06-12T15:58:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T20:08:51.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T09:54:38.356Z (9 months ago)
- Language: Lua
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Configuration for the system
## terminal font
JetBrainsMono Nerd Font
## features
- tmux config
- neovim config
## supported operating systems
- ubuntu
- macos
## usage
```shell
git clone git@github.com:daniel1302/dotfiles.git $HOME/.cfg
alias gitdotfiles='/usr/bin/git --git-dir=$HOME/.cfg/.git --work-tree=$HOME'
gitdotfiles config --local status.showUntrackedFiles no
gitdotfiles checkout
```