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.
- Host: GitHub
- URL: https://github.com/thnee/dotfiles
- Owner: thnee
- Created: 2015-05-11T08:50:01.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:42:55.000Z (over 1 year ago)
- Last Synced: 2025-02-11T14:39:25.365Z (over 1 year ago)
- Topics: dotfiles, i3, oh-my-zsh
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```