Fixed stuff

laptop
Elias Almqvist 10 months ago
parent 4690847748
commit bba383d58f
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 13
      gnome-settings.ini
  2. 4
      nvchad/.config/nvim/lua/custom/chadrc.lua
  3. 2
      oh-my-zsh/.oh-my-zsh/aliases.sh

File diff suppressed because one or more lines are too long

@ -5,8 +5,8 @@ local M = {}
local highlights = require "custom.highlights"
M.ui = {
theme = "onedark",
theme_toggle = { "onedark", "one_light" },
theme = "yoru",
theme_toggle = { "yoru", "one_light" },
hl_override = highlights.override,
hl_add = highlights.add,

@ -30,3 +30,5 @@ cd_gitroot() {
alias cr="cd_gitroot"
alias dev="cd $HOME/Projects/almtech/ingenuity/"
alias dc="docker-compose"

Loading…
Cancel
Save