mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Compare commits
11 Commits
7de6986353
...
547eb10705
Author | SHA1 | Date | |
---|---|---|---|
547eb10705 | |||
4ad576de67 | |||
8661d65d55 | |||
cdd6f23f30 | |||
4c1a3d0647 | |||
5e6e96e990 | |||
48710770b8 | |||
694f66c435 | |||
6a177305b5 | |||
86e889e6cb | |||
aa57e13930 |
60484
.dotfiles/hosts
60484
.dotfiles/hosts
File diff suppressed because it is too large
Load Diff
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
i3/config
|
||||
i3/.config/i3/config
|
||||
settings.conf
|
||||
systemd/user/*/*
|
||||
|
||||
|
@ -9,11 +9,6 @@ Run the following command to install
|
||||
```sh
|
||||
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/install.sh
|
||||
```
|
||||
Install the needed Python packages
|
||||
|
||||
```sh
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Scripts
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Settings]
|
||||
gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
||||
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
|
||||
#gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
||||
#gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
|
||||
gtk-font-name=SF Pro Display 14
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-decoration-layout=0
|
@ -1,6 +1,6 @@
|
||||
[Settings]
|
||||
gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
||||
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
|
||||
#gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
||||
#gtk-theme-name=Flat-Remix-GTK-Blue-Darkest-Solid
|
||||
gtk-font-name=SF Pro Display 14
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-decoration-layout=0
|
@ -175,6 +175,7 @@ exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
||||
exec --no-startup-id systemctl --user start polybar
|
||||
exec --no-startup-id systemctl --user restart streamdeck
|
||||
exec --no-startup-id waybar &
|
||||
exec --no-startup-id /usr/libexec/polkit-gnome-authentication-agent-1
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $pink $pink $pink $pink $pink
|
24
install.sh
24
install.sh
@ -8,17 +8,8 @@ fi
|
||||
dotdir=~/dotfiles
|
||||
|
||||
# src dest sudo
|
||||
files=($dotdir/gtk-3.0/settings.ini ~/.config/gtk-3.0/ 'n'
|
||||
$dotdir/gtk-4.0/settings.ini ~/.config/gtk-4.0/ 'n'
|
||||
$dotdir/i3 ~/.config/ 'n'
|
||||
$dotdir/i3status ~/.config/ 'n'
|
||||
$dotdir/kitty ~/.config/ 'n'
|
||||
$dotdir/polybar ~/.config/ 'n'
|
||||
$dotdir/rofi ~/.config/ 'n'
|
||||
$dotdir/scripts ~/.config/ 'n'
|
||||
files=($dotdir/scripts ~/.config/ 'n'
|
||||
$dotdir/systemd ~/.config/ 'n'
|
||||
$dotdir/waybar ~/.config/ 'n'
|
||||
$dotdir/mako ~/.config/ 'n'
|
||||
$dotdir/settings.conf ~/.config/ 'n')
|
||||
|
||||
# arg parser
|
||||
@ -119,6 +110,18 @@ function stow_dotfiles {
|
||||
stow zsh
|
||||
stow alacritty
|
||||
stow g13
|
||||
stow gtk
|
||||
stow i3
|
||||
stow i3status
|
||||
stow kitty
|
||||
stow polybar
|
||||
stow rofi
|
||||
stow waybar
|
||||
stow mako
|
||||
}
|
||||
|
||||
function install_python_libs {
|
||||
pip install -r requirements.txt
|
||||
}
|
||||
|
||||
setup
|
||||
@ -126,4 +129,5 @@ systemd
|
||||
update
|
||||
dotfiles
|
||||
stow_dotfiles
|
||||
install_python_libs
|
||||
emacs
|
||||
|
Loading…
x
Reference in New Issue
Block a user