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

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

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
```