aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-22 22:48:22 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-22 22:48:22 +0200
commitf532fc937f710a807e2baaf7c204c9dd0e3ef24a (patch)
tree3fbb2d05963303bdec1fd8141185d32bdffcf78a /README.md
parent17620062912d03af68f43f12be8a348ab8445a48 (diff)
downloaddotfiles-f532fc937f710a807e2baaf7c204c9dd0e3ef24a.tar.gz
dotfiles-f532fc937f710a807e2baaf7c204c9dd0e3ef24a.zip
Add welcome message
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe24f67..6ff9bb3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
# Dotfiles
+### Welcome, and make yourself at ***$HOME***
> NOTE: Primarily for Linux but currently under work to make this as agnostic/cross-platform as possible
-## Installing onto a new system (bare git repository)
+- - -
+
+### Installing onto a new system (bare git repository)
1. Avoid weird behaviour/recursion issues when .cfg tries to track itself
@@ -206,7 +209,7 @@ $ cargo run --release --bin wezterm -- start
### Gnome Custom Settings
-- Run gnome settings script
+- Run gnome custom settings script, located at `~/.local/bin/scripts`:
```bash
$ gsettings.sh
```