Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2022-10-18)

### Features

* **homebrew:** disables analytics from homebrew package manager ([a5b2fe0](a5b2fe0)), closes [#33](#33)
  • Loading branch information
JasonYao authored and semantic-release-bot committed Oct 18, 2022
1 parent a5b2fe0 commit 4422d19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog | Dotfiles

# [1.4.0](https://github.com/JasonYao/dotfiles/compare/v1.3.0...v1.4.0) (2022-10-18)


### Features

* **homebrew:** disables analytics from homebrew package manager ([a5b2fe0](https://github.com/JasonYao/dotfiles/commit/a5b2fe0d4e5ac2b9ab42f9f5dd9f9de3ab200839)), closes [#33](https://github.com/JasonYao/dotfiles/issues/33)

# [1.3.0](https://github.com/JasonYao/dotfiles/compare/v1.2.0...v1.3.0) (2022-10-18)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Run these commands based on the OS and desired profile:
##

# MacOS personal
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-macos-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-macos-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh

# MacOS work
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-macos-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-macos-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh

# Linux personal
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-linux-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-linux-personal.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh

# Linux work
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.3.0/dotfiles-linux-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh
mkdir -p ~/.dotfiles && curl -L -o ~/.dotfiles/dotfiles.zip https://github.com/JasonYao/dotfiles/releases/download/v1.4.0/dotfiles-linux-work.zip && cd ~/.dotfiles && unzip dotfiles.zip && bash install.sh
```

## Overview
Expand Down Expand Up @@ -50,7 +50,7 @@ see the [pydotfiles-basic](https://github.com/JasonYao/pydotfiles-basic/) repo.
- Removes all the clutter from my dock, and adds in just the applications
that I want on the dock
- Enables [dark mode](https://support.apple.com/en-us/HT208976) (hurray!)
- Sets the default DNS to [Cloudflare's DNS](https://1.3.0.1/)
- Sets the default DNS to [Cloudflare's DNS](https://1.4.0.1/)
- Removes ISP-level bloatware in the form of browser hijacking via
[search domains](https://www.theregister.com/2007/11/08/verizon_highjacks_web_browsers_on_fios/) (seriously, how is this even a thing?)
- Automatically installs a bunch of useful applications like:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0

0 comments on commit 4422d19

Please sign in to comment.