Archived
1
0
Fork
You've already forked dotfiles
0
Abandoned repo. Moved to https://github.com/0rphee/dotfiles
This repository has been archived on 2024年10月07日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Shell 54.8%
  • CSS 33.2%
  • C 8.7%
  • Python 3.2%
2024年10月07日 12:43:33 -06:00
.config [kitty/skhd] update kitty launching args in skhd script 2024年10月07日 12:43:33 -06:00
.local/share/applications [hyprland] add more wallpapers and add desktop utility for changing it at random 2024年01月09日 18:44:49 -06:00
.oh-my-zsh @62cf1201b0 [zsh/oh-my-zsh] submodule update 2024年10月07日 12:43:08 -06:00
Library/LaunchAgents [obsidian] remove obsidian icloud update script 2024年10月07日 12:42:56 -06:00
.gitignore [meta] update .gitignore 2024年09月04日 09:25:56 -06:00
.gitmodules [oh-my-zsh] add as submodule 2024年06月26日 16:59:51 -06:00
.profile [zsh/bash/?] add .profile just in case 2024年06月26日 17:01:23 -06:00
.stan.toml [stan] add config 2024年06月26日 14:52:07 -06:00
.zprofile [zsh] general udpates, trimming of $PATH 2023年12月16日 12:56:57 -06:00
.zshenv [zsh] update handling of env vars, add kakoune-related stuff, and remove outdated stuff 2024年03月27日 14:44:03 -06:00
.zshrc [zsh/lazygit] add alias for using lazygit for dotfiles bare repo 2024年06月26日 17:06:01 -06:00
LICENSE [meta] add LICENSE (whoops) 2024年06月26日 17:06:20 -06:00
README.md [dotfiles] update readme 2024年02月19日 17:50:12 -06:00

Using https://www.atlassian.com/git/tutorials/dotfiles, which is based on https://news.ycombinator.com/item?id=11071754

vid

Remove shadow effect from screenshots.

defaults write com.apple.screencapture disable-shadow -bool true ; killall SystemUIServer

Install oh-my-zsh and homebrew.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Get all installed brew packages.

brew ls --casks > ~/.config/brew/brew_deps.txt && brew leaves --installed-on-request >> ~/.config/brew/brew_deps.txt

Install all brew packages.

xargs brew install < ~/.config/brew/brew_deps.txt 

Link the helix runtime directory to the config directory.

ln -Fs ~/dev/rust/helix/runtime ~/.config/helix/runtime

Load dark-mode-notify as a service.

launchctl load -w ~/Library/LaunchAgents/ke.bou.dark-mode-notify.plist
launchctl list | grep ke.bou

Remove the service

launchctl remove ke.bou.dark-mode-notify