mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chezmoi: reorganise repo
This commit is contained in:
parent
b391e03c87
commit
67a78879db
278 changed files with 102 additions and 182 deletions
|
|
@ -1,70 +0,0 @@
|
|||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brewPrefix = "/opt/homebrew/bin";
|
||||
taps = [
|
||||
"daipeihust/tap"
|
||||
"felixkratz/formulae"
|
||||
"koekeishiya/formulae"
|
||||
"nikitabobko/tap"
|
||||
"railwaycat/emacsmacport"
|
||||
"js0ny/tap"
|
||||
];
|
||||
|
||||
brews = [
|
||||
"folderify"
|
||||
"coreutils"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"visual-studio-code"
|
||||
"kitty"
|
||||
"vivaldi"
|
||||
"neovide"
|
||||
"clash-verge-rev"
|
||||
"obsidian"
|
||||
"mullvad-vpn"
|
||||
"alacritty"
|
||||
"alt-tab"
|
||||
"apparency"
|
||||
"betterdisplay"
|
||||
"discord"
|
||||
"dotnet-sdk"
|
||||
"iina"
|
||||
"iterm2"
|
||||
"karabiner-elements"
|
||||
"keka"
|
||||
"localsend"
|
||||
"ltspice"
|
||||
"orbstack"
|
||||
"qlcolorcode"
|
||||
# "qlimagesize" discontinued.
|
||||
"qlmarkdown"
|
||||
"qlstephen"
|
||||
"qlvideo"
|
||||
"qspace-pro"
|
||||
"quicklook-json"
|
||||
"quicklookase"
|
||||
"raycast"
|
||||
"rider"
|
||||
"rustdesk"
|
||||
"scroll-reverser"
|
||||
"sioyek"
|
||||
"skim"
|
||||
"squirrel"
|
||||
"steam"
|
||||
"telegram-desktop"
|
||||
"Filen"
|
||||
"TickTick"
|
||||
"cherry-studio"
|
||||
"firefox"
|
||||
"Wireshark"
|
||||
"LibreWolf"
|
||||
"brave-browser"
|
||||
"font-maple-mono-nf-cn"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue