-
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.
- Loading branch information
1 parent
328f259
commit 5e3d03f
Showing
18 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,2 +1,2 @@ | ||
- link: | ||
~/.bashrc: bashrc | ||
~/.bashrc: shell/bash/bashrc |
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,4 +1,4 @@ | ||
- link: | ||
~/.config/nvim: | ||
create: true | ||
path: nvim | ||
path: editors/nvim |
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,2 +1,2 @@ | ||
- link: | ||
~/.tmux.conf: tmux.conf | ||
~/.tmux.conf: shell/tmux/tmux.conf |
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,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" |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,4 @@ | ||
[/] | ||
color-scheme='prefer-dark' | ||
gtk-theme='Yaru-viridian-dark' | ||
icon-theme='Yaru-viridian' |
File renamed without changes.
File renamed without changes