-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from alegsan/topic/ok/gsettings
meta: configs: gnome-settings: reduce font size
- Loading branch information
Showing
12 changed files
with
176 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
return { | ||
-- add gruvbox | ||
{ "Shatur/neovim-ayu" }, | ||
{ | ||
"catppuccin/nvim", | ||
opts = { | ||
flavour = "mocha", | ||
}, | ||
}, | ||
|
||
-- Configure LazyVim to load gruvbox | ||
{ | ||
"LazyVim/LazyVim", | ||
opts = { | ||
colorscheme = "ayu", | ||
colorscheme = "catppuccin", | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
return { | ||
{ | ||
"williamboman/mason.nvim", | ||
opts = { | ||
ensure_installed = { | ||
"pyright", | ||
"bash-language-server", | ||
"lua-language-server", | ||
"ruff", | ||
"yaml-language-server", | ||
"clangd", | ||
"shellcheck", | ||
}, | ||
}, | ||
}, | ||
{ | ||
"williamboman/mason.nvim", | ||
opts = { | ||
ensure_installed = { | ||
"bash-language-server", | ||
"clang-format", | ||
"clangd", | ||
"lua-language-server", | ||
"pyright", | ||
"ruff", | ||
"shellcheck", | ||
"shfmt", | ||
"stylua", | ||
"yaml-language-server", | ||
}, | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- link: | ||
~/workspace/git/u-boot/.clang-format: workspace/git/u-boot/clang-format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
- sudo: | ||
- aptget: | ||
build-essential: | ||
procps: | ||
procps: | ||
curl: | ||
file: | ||
git: | ||
|
||
- shell: | ||
|
||
# Install brew | ||
- | ||
command: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL | ||
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | ||
- | ||
command: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | ||
stdin: true | ||
stdout: true | ||
|
||
# Install brew gcc because it is recommended by brew. Export brew shell environment | ||
# as this maybe the first call of this config and the shell is not aware of the | ||
# environment variables of brew. | ||
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install gcc | ||
- | ||
command: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install gcc | ||
stdout: true | ||
|
||
# Install asdf | ||
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install asdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule dotbot-asdf.git
deleted from
1ff44a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
applications-work | ||
bin-work | ||
clang-format | ||
direnv-work | ||
git-work | ||
keepercommander-work | ||
|
Oops, something went wrong.