From 76e0ffa04a972d0bfb2119b1540267c12efeb5f5 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Wed, 29 Mar 2023 23:38:24 -0400 Subject: Migrate dotfiles to new setup using stow I've copied the preliminary list of configurations over from the old repo as well as some probably unnecessary globablly, local files (oversteer) - but I mean it REALLY cannot hurt to have a simple .ini file on a computer. But I may look into having PC branches that are rebased off of master, but it may make merging harder? so IDK. Risky. Anyway. The README.org committed has all you need to know. But for posterity the reason I am using org-mode files for the README is I am seeing how test driving emacs goes. Very easily can swap this over to a markdown file. Just figure - why not. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..756b4c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# vim +*.sw* + +# intellij +.idea +out + +# C +*.out + + -- cgit v1.2.3-54-g00ecf