diff --git a/README.md b/README.md index a3bb50a..9cb70d9 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,16 @@ Step Three: - [ ] Update and upgrade
Step Four: - [ ] Download Packages Here is a list of packages to start with.
-`wget -O - https://myrepos.dev/Randy-Jordan/dot/raw/branch/main/.apt_defaults.list | xargs sudo apt-get -y install` -`curl https://myrepos.dev/Randy-Jordan/dot/raw/branch/main/.apt_defaults.list | xargs apt-get -y install` +`wget -O - https://myrepos.dev/Randy-Jordan/dot/raw/branch/main/.apt_defaults.list | xargs sudo apt-get -y install`
+`curl https://myrepos.dev/Randy-Jordan/dot/raw/branch/main/.apt_defaults.list | xargs apt-get -y install`
Step Five: - [ ] Change defaults
I like to change my XDG user directory defaults. Located at `/etc/xdg/user-dirs.defaults`
-`wget -O /etc/xdg/user-dirs.defaults https://myrepos.dev/Randy-Jordan/eg/raw/branch/main/xdg/user-dirs.custom`
-`curl https://myrepos.dev/Randy-Jordan/eg/raw/branch/main/xdg/user-dirs.custom > /etc/xdg/user-dirs.defaults`
+`wget -O /etc/xdg/user-dirs.defaults https://myrepos.dev/Randy-Jordan/eg/raw/branch/main/dot/xdg/user-dirs.custom`
+`curl https://myrepos.dev/Randy-Jordan/eg/raw/branch/main/dot/xdg/user-dirs.custom > /etc/xdg/user-dirs.defaults`
+ +I also like to change the user shell to zsh.
+`chsh -s /path/to/new/shell username`
Step Six: - [ ] Login as user and setup dotfiles
If you are already tracking your dotfiles and this a fresh install, you can run these commands:
@@ -78,7 +81,8 @@ Make sure to set untracked files setting.
`config config --local status.showUntrackedFiles no`
Here is a script to automate the above.
-`https://myrepos.dev/Randy-Jordan/sh/raw/branch/main/dot.sh` +`wget -O - https://myrepos.dev/Randy-Jordan/sh/raw/branch/main/dot.sh | bash`
+`curl https://myrepos.dev/Randy-Jordan/sh/raw/branch/main/dot.sh | bash`
`config status` To see status of your dotfiles.
`config add .xyzfile` To start adding dotfiles.