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

https://github.com/thnee/dotfiles

Dotfiles used on Unix-like operating systems such as Debian and FreeBSD.
https://github.com/thnee/dotfiles

dotfiles i3 oh-my-zsh

Last synced: 4 months ago
JSON representation

Dotfiles used on Unix-like operating systems such as Debian and FreeBSD.

Awesome Lists containing this project

README

          

# dotfiles

Dotfiles used on Unix-like operating systems such as Debian and FreeBSD.

## Initialize

#### Git

Get onto main without checking anything out or overwriting any local files.

```shell
git init -b main
git remote add origin git@github.com:thnee/dotfiles.git
git fetch
git reset origin/main
git branch -u origin/main main
```

Checkout files and submodules.

```shell
git checkout .
git submodule update --init --recursive
```

#### Xrdb

```shell
xrdb -m .Xresources
```