Skip to content

Commit

Permalink
reshuffle file storage
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMorey committed Oct 12, 2024
1 parent 328f259 commit 5e3d03f
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion meta/configs/bash-config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- link:
~/.bashrc: bashrc
~/.bashrc: shell/bash/bashrc
2 changes: 1 addition & 1 deletion meta/configs/nvim-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- link:
~/.config/nvim:
create: true
path: nvim
path: editors/nvim
2 changes: 1 addition & 1 deletion meta/configs/tmux-config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- link:
~/.tmux.conf: tmux.conf
~/.tmux.conf: shell/tmux/tmux.conf
10 changes: 4 additions & 6 deletions meta/configs/ui-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# update ubuntu dock with default preferred shortcuts
- shell:
- gsettings set org.gnome.shell favorite-apps "['firefox_firefox.desktop', 'thunderbird_thunderbird.desktop', 'org.gnome.Nautilus.desktop', 'code_code.desktop', 'org.gnome.Terminal.desktop', 'spotify_spotify.desktop', 'bitwarden_bitwarden.desktop']"
- dconf load /org/gnome/terminal/legacy/profiles:/ < gnome-terminal-profiles.dconf
- gsettings set org.gnome.desktop.background picture-uri "file://$(realpath ".")/wallpaper.jpg"
- gsettings set org.gnome.desktop.background picture-uri-dark "file://$(realpath ".")/wallpaper.jpg"
- gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
- gsettings set org.gnome.desktop.interface icon-theme "Yaru-viridian"
- gsettings set org.gnome.desktop.interface gtk-theme "Yaru-viridian-dark"
- dconf load /org/gnome/terminal/legacy/profiles:/ < ui/gnome/gnome-terminal-profiles.dconf
- dconf load /org/gnome/desktop/interface/ < ui/gnome/gnome-desktop-interface.dconf
- gsettings set org.gnome.desktop.background picture-uri "file://$(realpath ".")/ui/wallpapers/swirls.jpg"
- gsettings set org.gnome.desktop.background picture-uri-dark "file://$(realpath ".")/ui/wallpapers/swirls.jpg"
4 changes: 2 additions & 2 deletions meta/configs/zsh-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
description: 'oh my zsh - syntax highlighting'

- link:
~/.zshrc: zshrc
~/.p10k.zsh: p10k.zsh
~/.zshrc: shell/zsh/zshrc
~/.p10k.zsh: shell/zsh/p10k.zsh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions ui/gnome/gnome-desktop-interface.dconf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[/]
color-scheme='prefer-dark'
gtk-theme='Yaru-viridian-dark'
icon-theme='Yaru-viridian'
File renamed without changes.
File renamed without changes

0 comments on commit 5e3d03f

Please sign in to comment.