Releases: lodybo/dotfiles
v1.7.2
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
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
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
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 thewslb
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
v1.6.0
v1.5.1
v1.5.0
In this release:
- added an
update
alias for the bash ('lite') config - updated the
git_update_to_latest
function to usegit 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
In this release:
- fixed versioning bugs
- added aliases for
vtop
andtop
Full Changelog: v1.3.0...v1.4.0
v1.3.0
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 tomacos
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