diff options
Diffstat (limited to 'tools/config')
-rw-r--r-- | tools/config/README | 2 | ||||
-rw-r--r-- | tools/config/nvim/.gitignore | 2 | ||||
-rw-r--r-- | tools/config/tmux/.gitignore | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tools/config/README b/tools/config/README new file mode 100644 index 0000000..530a7de --- /dev/null +++ b/tools/config/README @@ -0,0 +1,2 @@ +# Configuration files for your favorite programs +Put all of your config files in here, if you want to add new programs, add new mounts to the docker compose and new programs to the docker file. diff --git a/tools/config/nvim/.gitignore b/tools/config/nvim/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/tools/config/nvim/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/tools/config/tmux/.gitignore b/tools/config/tmux/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/tools/config/tmux/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore |