Skip to content

Commit

Permalink
🔥 remove unused service files
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Aug 28, 2024
1 parent de7703b commit 72e60cf
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 1,200 deletions.
1 change: 1 addition & 0 deletions common/fish/functions/brew_dump.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
function brew_dump
set fish_trace 1
brew bundle dump --global -f
brew bundle --global
end
2 changes: 1 addition & 1 deletion install_unix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ await $.logGroup("Creating symlinks", async () => {
[`${home}/.config/skhd`, "./mac/skhd"],
[`${home}/.config/yabai`, "./mac/yabai"],
[`${home}/.gitconfig.mac`, "./mac/.gitconfig.mac"],
[`${home}/.wezterm.lua`, "./common/.wezterm.lua"],
[`${home}/.warp`, "./mac/warp"],
]
: [],
];
Expand Down
2 changes: 0 additions & 2 deletions install_windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ await $.logGroup("Creating symlinks", async () => {
[`${home}/.gitconfig`, "./common/.gitconfig"],
[`${home}/.gitconfig.win`, "./win/.gitconfig.win"],
[`${home}/.gittemplate.txt`, `./common/.gittemplate.txt`],
[`${home}/.wezterm.lua`, `./common/.wezterm.lua`],
[`${home}/.wslconfig`, `./win/.wslconfig`],
[`${home}/AppData/Local/nvim/`, `./common/nvim/`],
[
Expand Down Expand Up @@ -115,7 +114,6 @@ if (!$.commandExists("winget") || flags["upgrade-winget"]) {
await $.logGroup("Installing winget packages", async () => {
const wingetPackages = [
// Common GUI
"wez.wezterm",
"Microsoft.Edge",
"Microsoft.VisualStudioCode",
"AgileBits.1Password",
Expand Down
767 changes: 123 additions & 644 deletions mac/.Brewfile.lock.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions mac/warp/themes/catppuccin_frappe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
background: '#303446'
accent: '#f2d5cf'
foreground: '#c6d0f5'
details: darker
terminal_colors:
normal:
black: '#51576d'
red: '#e78284'
green: '#a6d189'
yellow: '#e5c890'
blue: '#8caaee'
magenta: '#f4b8e4'
cyan: '#81c8be'
white: '#b5bfe2'
bright:
black: '#626880'
red: '#e78284'
green: '#a6d189'
yellow: '#e5c890'
blue: '#8caaee'
magenta: '#f4b8e4'
cyan: '#81c8be'
white: '#a5adce'
23 changes: 23 additions & 0 deletions mac/warp/themes/catppuccin_latte.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
background: '#eff1f5'
accent: '#dc8a78'
foreground: '#4c4f69'
details: lighter
terminal_colors:
normal:
black: '#5c5f77'
red: '#d20f39'
green: '#40a02b'
yellow: '#df8e1d'
blue: '#1e66f5'
magenta: '#ea76cb'
cyan: '#179299'
white: '#acb0be'
bright:
black: '#6c6f85'
red: '#d20f39'
green: '#40a02b'
yellow: '#df8e1d'
blue: '#1e66f5'
magenta: '#ea76cb'
cyan: '#179299'
white: '#bcc0cc'
302 changes: 0 additions & 302 deletions win/_data/FLowLauncher/Settings.json

This file was deleted.

Loading

0 comments on commit 72e60cf

Please sign in to comment.