Skip to content

Releases: lodybo/dotfiles

v1.7.2

23 Nov 23:16
Compare
Choose a tag to compare

Fixed a small "issue" where npm would use the defaultly configured registry to perform the system install. However, I might've changed that on certain systems so I'm explicitly pointing it to npm's public registry.

Full Changelog: v1.7.1...v1.7.2

v1.7.1

23 Nov 23:03
Compare
Choose a tag to compare

This releases "fixes" two problems:

  • macOS Software Update only runs when prompted, because I might wanna setup the dotfiles but not have macOS do a major system update.
  • The repo should always be cloned with LF line endings.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

23 Nov 22:08
Compare
Choose a tag to compare

The first new release in a long time.

  • Since I now use a MacBook for work, I removed the specialised Linux config. This made everything simpler since I now have a simple (Bash), and two full (Linux and macOS) configs for environments that I work in.
  • I also moved from Hyper to ITerm2, since I found it to be more responsive. I added quite some configuration to the dotfiles for ITerm2, like changing profiles whenever I ssh into a server.
  • I improved the macOS config a little bit by showing just the folder titles in Finder, and setting Homebrew to install stuff from a Brewfile.

Full Changelog: v1.6.2...v1.7.0

v1.6.2

03 Mar 17:02
Compare
Choose a tag to compare

This release brings some small improvements:

  • The opacity setting for the Hyper terminal is increased slightly, since it was too transparent.
  • The local_ips gathering script is improved massively and would give me all I need to work in a WSL2 environment with ports and hosts.
  • The Dotfiles version script only checked the local repository so if I didn't keep that up to date, the version check script would return an older version (how ironic). It now checks the remote repo for all the tags and the local one and compares them.
  • The rc_local script had no real benefit since I reach for the wslb alias whenever I think the ports don't map correctly.

I also dropped the version notation inside the Readme, since I use GitHub releases. You can see the version directly from the sidebar on the repo itself. Now I also don't have to update the Readme whenever I release.

v1.6.1

23 Feb 09:58
Compare
Choose a tag to compare

Boot script is not copied by default (since we cannot do that as sudo during install). README is changed to reflect that.

Also, some scripts were committed with the wrong line endings, which should be corrected in this release.

v1.6.0

22 Feb 22:02
Compare
Choose a tag to compare

This release improves the WSL2 bridging functionality and adds some useful utilities around it.

v1.5.1

18 Jan 21:06
Compare
Choose a tag to compare

I forgot to uncomment the global npm install part, which is corrected in this release.

v1.5.0

18 Jan 21:01
Compare
Choose a tag to compare

In this release:

  • added an update alias for the bash ('lite') config
  • updated the git_update_to_latest function to use git fetch in order to update the branch instead of checking it out
  • added the last-working-dir plugin to ZSH
  • updated Windows Terminal config
  • added wsl --update to the TAF config
  • added WSL2 bridge support for opening commonly used ports
  • set autocrlf to true in gitconfig

Full Changelog: v1.4.0...v1.5.0

v1.4.0

18 Nov 22:01
Compare
Choose a tag to compare

In this release:

  • fixed versioning bugs
  • added aliases for vtop and top

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Nov 22:59
Compare
Choose a tag to compare

In this version I did the following:

  • moved the installation of global npm to the set-default script in the npm folder. This way I don't have to maintain the list in multiple config files
  • vtop is installed by default
  • Dotfiles version is exported as env variable, and a function is created that lists the latest tag in order to check versions
  • osx is renamed to macos in Zsh's config file
  • a git alias is made to list conflicts in a branch
  • the default git merge and diff tool is set to vim

Full Changelog: v1.2.1...v1.3.0