Skip to content

Commit

Permalink
Merge pull request #17 from alegsan/topic/ok/gsettings
Browse files Browse the repository at this point in the history
meta: configs: gnome-settings: reduce font size
  • Loading branch information
alegsan authored Feb 13, 2025
2 parents ab1e51f + d56efa6 commit 090907e
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 166 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@
[submodule "meta/plugins/dotbot-snap.git"]
path = meta/plugins/dotbot-snap.git
url = https://github.com/DrDynamic/dotbot-snap.git
[submodule "meta/plugins/dotbot-asdf.git"]
path = meta/plugins/dotbot-asdf.git
url = https://github.com/sobolevn/dotbot-asdf.git
11 changes: 7 additions & 4 deletions config/nvim/lua/plugins/colorscheme.lua
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",
},
},
}
31 changes: 17 additions & 14 deletions config/nvim/lua/plugins/mason.lua
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",
},
},
},
}
2 changes: 2 additions & 0 deletions meta/configs/clang-format.yaml
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
12 changes: 6 additions & 6 deletions meta/configs/community-package-manager.yaml
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
10 changes: 7 additions & 3 deletions meta/configs/gnome-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@
- gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click false

# set background
- gsettings set org.gnome.desktop.background picture-uri "file://$DOTBOT_BASEDIR/meta/pictures/Fuji_san_by_amaral.png"
- gsettings set org.gnome.desktop.background picture-uri-dark "file://$DOTBOT_BASEDIR/meta/pictures/Fuji_san_by_amaral.png"
- gsettings set org.gnome.desktop.screensaver picture-uri "file://$DOTBOT_BASEDIR/meta/pictures/Fuji_san_by_amaral.png"
# https://github.com/orangci/walls-catppuccin-mocha
- gsettings set org.gnome.desktop.background picture-uri "file://$DOTBOT_BASEDIR/meta/pictures/railroad-horizon.png"
- gsettings set org.gnome.desktop.background picture-uri-dark "file://$DOTBOT_BASEDIR/meta/pictures/railroad-horizon.png"
- gsettings set org.gnome.desktop.screensaver picture-uri "file://$DOTBOT_BASEDIR/meta/pictures/railroad-horizon.png"

# set style color
- gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
Expand All @@ -80,3 +81,6 @@

# always show universal-access menu in background
- gsettings set org.gnome.desktop.a11y always-show-universal-access-status true

# reduce default font size
- gsettings set org.gnome.desktop.interface monospace-font-name 'Ubuntu Sans Mono 11'
16 changes: 5 additions & 11 deletions meta/configs/lazyvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,13 @@
# Ubuntu version serves. Install them via an alternative
# community package manager.
- shell:
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install fzf
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install lazygit
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install gh
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install fzf lazygit gh lynx
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install --force --cask font-iosevka-nerd-font
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" brew install lynx

- asdf:
- asdf_path: /home/linuxbrew/.linuxbrew/opt/asdf/libexec/asdf.sh
- plugin: neovim
url: https://github.com/richin13/asdf-neovim
global: nightly
versions:
- nightly
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
asdf plugin add neovim https://github.com/richin13/asdf-neovim &&
asdf install neovim nightly &&
asdf set -u neovim nightly

- shell:
- _CONF_DIR=~/.config/nvim;
Expand Down
Binary file added meta/pictures/railroad-horizon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion meta/plugins/dotbot-asdf.git
Submodule dotbot-asdf.git deleted from 1ff44a
1 change: 1 addition & 0 deletions meta/profiles/ubuntu-work-additions
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
Expand Down
Loading

0 comments on commit 090907e

Please sign in to comment.