Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Dec 16, 2023
1 parent 6172ec8 commit acffdf6
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fontsource/inter": "^5.0.15",
"@fontsource/inter": "^5.0.16",
"@fontsource/lora": "^5.0.8",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.2",
"headroom.js": "0.12.0",
"jquery": "3.7.1"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
Expand All @@ -63,24 +63,24 @@
"chokidar-cli": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"cpy-cli": "^5.0.0",
"cssnano": "^6.0.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"cssnano": "^6.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"linkinator": "^6.0.2",
"markdownlint-cli2": "^0.11.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "^3.1.0",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint": "^16.0.2",
"stylelint-config-twbs-bootstrap": "^12.0.0",
"stylelint-prettier": "^4.1.0",
"stylelint-prettier": "^5.0.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
Expand Down
4 changes: 2 additions & 2 deletions src/_pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ Join me on the following networks and/or websites:

Writing articles is hard, but making up designs is fun. I made this site so I would be able to do both.

Nothing brings me more pleasure than making something out of nothing. Even when the results are far from my ideal expectations, I find the whole ceremony of creativity completely enthralling.
Nothing brings me more pleasure than making something out of nothing. Even when the results are far from my ideal expectations, I find the whole ceremony of creativity completely enthralling. Life is good!

{: align="center"}
Life is good😊
🙈 🙉 🙊

### About the site

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "How to sort your macOS apps in Launchpad to its default"
description: "Arrange and clean up your macOS apps in Launchpad to their factory default order."
date: 2023-09-29 00:00:00 +0545
last_modified_at: 2023-12-15 00:00:00 +0545
---

You can use Launchpad to quickly open your apps on macOS. But sometimes it can become messy and scatter. If you want to arrange your apps in their default order, follow these steps.
Expand Down Expand Up @@ -37,4 +38,43 @@ rm ~/Library/Application\ Support/Dock/*.db; killall Dock

Press the Return (Enter) and Restart your macOS. Your Mac will make a new list of all your apps when it restarts. You can easily find and open any app you have, even the ones that were hidden before.

### Customize the LaunchPad grid size

Follow these steps:

- Step 1. Launch Terminal (usually found in Applications > Utilities)
- Step 2. First enter the following command (just copy and paste it) and press `enter`:

```zsh
defaults write com.apple.dock springboard-columns -int 6
```

- Step 3. Second enter this command (just copy and paste it) and press `enter`:

```zsh
defaults write com.apple.dock springboard-rows -int 4
```

- Step 4. Finally enter this command to quit and relaunch the Dock and Launchpad (again, just copy and paste it and press `enter`):

```zsh
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
```

- Step 5. Once the Dock reappears, open Launchpad

- Step 6. Now you'll see a screen similar to the following:

```text
Loading Applications...
```

- Step 7. Be patient and wait for Launchpad to reload all the apps.

Now you'll have a 6 x 4 grid. You can also change the values at the end of the commands at Steps 2 and 3 to other values.

Finally, if you'd like **to restore the defaults**, you can run the same commands again and replace the values with the original **7 columns** and **5 rows**. Remember to also run the command at Step 4 whenever you make changes.

_All the above commands are working as of macOS Sonoma 14._
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Example:
winget install Microsoft.WindowsTerminal Microsoft.PowerToys Microsoft.VisualStudioCode
```

But how do you actually find packages to install? The best places to start are the [winget-pkgs GitHub repository](https://github.com/microsoft/winget-pkgs), where there's a pretty hefty catalog of things you can install, as well as the excellent third-party resource, [winstall.app](https://winstall.app/){:rel="nofollow"} or [winget.run](https://winget.run/){:rel="nofollow"}.

Upgrading the given package:

```sh
Expand All @@ -79,4 +81,16 @@ Uninstalling the given package:
winget uninstall <package_id>
```

If you're interested in seeing more details about the package you're downloading, too, there's a simple command that will bring up a complete dossier on what it is and where it's from:

```sh
winget show <package_id>
```

And if you're interested in poking around a little more with the Windows Package Manager, enter this in the terminal to bring up a list of all current commands.

```sh
winget --help
```

Learn more about the winget tool supported [commands](https://learn.microsoft.com/en-us/windows/package-manager/winget/#commands){:rel="nofollow"}.
2 changes: 1 addition & 1 deletion src/assets/css/style.min.css

Large diffs are not rendered by default.

0 comments on commit acffdf6

Please sign in to comment.