https://github.com/danlooo/.dotfiles
Linux config
https://github.com/danlooo/.dotfiles
Last synced: 3 months ago
JSON representation
Linux config
- Host: GitHub
- URL: https://github.com/danlooo/.dotfiles
- Owner: danlooo
- Created: 2019-12-15T17:43:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:52:18.000Z (over 1 year ago)
- Last Synced: 2025-03-06T18:37:59.823Z (over 1 year ago)
- Language: Shell
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles 
This repository is to automatically install packages and user configuration on a new system in [my](https://github.com/danlooo) preferred way.
## Get started
Install:
```sh
cd
git clone https://github.com/danlooo/.dotfiles
cd .dotfiles
sudo sh bootstrap_system.sh
zsh bootstrap_user.zsh
exec zsh
```
## Contribute
- Install packages and do system wide changes which might need root privileges: [bootstrap_system.sh](bootstrap_system.sh)
- Install user packages and link dotfiles: [bootstrap_user.zsh](bootstrap_user.zsh)
- User dotfiles relative to the home directory of that user: [home](home)
- Create additional run control files e.g. `~/foo.zshrc` will be sourced if available where `foo` can be any prefix. By default, files like `~/.local.zshrc` will be touched. These files are ment for local customizations and therefore not under version control