Home for system configuration and lists of useful tools.
This repo is managed using yadm.
- Install prerequisites for Homebrew:
xcode-select --install - Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Clone this repo using yadm:
yadm clone https://github.com/korsveien/dotfiles.git - Bootstrap with yadm:
yadm bootstrap
Lists of useful tools for enhancing productivity and quality of life.
| Feature | Tool |
|---|---|
| Window manager | Rectangle |
| App Switcher | Apptivate |
| Window Switcher | Contexts |
| Clipboard manager | Maccy |
| Terminal | iTerm2 |
| Mouse Side Button Functionality | SensibleSideButtons |
| Feature | Tool |
|---|---|
| Editor | Neovim |
| IDE | IntelliJ IDEA |
| REST Client | Insomnia |
See the contents of Brewfile.
- In Firefox, go to
about:configand settoolkit.legacyUserProfileCustomizations.stylesheetstotrue - In Firefox, go to
about:supportand see the "Profile Folder" row to find its location - Create a folder named
chromein the profile folder - Create
userChrome.cssand into the folder you just created with the following contents:
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}
/* hides the sidebar */
#sidebar-header {
visibility: collapse !important;
}