-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
158 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# dotfiles | ||
|
||
### TODO: | ||
- at some point: | ||
- use better option for installing dotfiles, like stow or [chezmoi](https://www.chezmoi.io) | ||
To install: | ||
|
||
Clone: | ||
``` | ||
git clone https://github.com/Jendker/dotfiles.git ~/.dotfiles | ||
# to clone with the private dotfiles | ||
git clone --recurse-submodules https://github.com/Jendker/dotfiles.git ~/.dotfiles | ||
``` | ||
|
||
Install: | ||
``` | ||
# Minimal debian or macos | ||
~/.dotfiles/scripts/install.sh | ||
# Full debian install for development machine | ||
~/.dotfiles/scripts/install.sh --dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../redundant/clangd |
This file was deleted.
Oops, something went wrong.
Submodule dotfiles_private
updated
from e94ab1 to 341c9a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.