-
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.
Install fixes for debian, moved private install to submodule
- Loading branch information
Showing
12 changed files
with
183 additions
and
102 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 +1,2 @@ | ||
common/.config/nvim/lua/machine_settings.lua | ||
.DS_Store |
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 install | ||
~/.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
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 f87f6c
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,6 @@ | ||
# Ignore everything | ||
* | ||
|
||
# But not these files | ||
!.gitignore | ||
!default.prf |
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.