mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 09:45:34 +00:00
Compare commits
No commits in common. "547eb107057d3f63587f9311e29b4c2d04572443" and "7de6986353851ab3d7fc074acb097d4d4ea7c0ec" have entirely different histories.
547eb10705
...
7de6986353
60484
.dotfiles/hosts
Normal file
60484
.dotfiles/hosts
Normal file
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,6 +9,11 @@ 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,7 +175,6 @@ 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,8 +8,17 @@ fi
|
||||
dotdir=~/dotfiles
|
||||
|
||||
# src dest sudo
|
||||
files=($dotdir/scripts ~/.config/ 'n'
|
||||
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'
|
||||
$dotdir/systemd ~/.config/ 'n'
|
||||
$dotdir/waybar ~/.config/ 'n'
|
||||
$dotdir/mako ~/.config/ 'n'
|
||||
$dotdir/settings.conf ~/.config/ 'n')
|
||||
|
||||
# arg parser
|
||||
@ -110,18 +119,6 @@ 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
|
||||
@ -129,5 +126,4 @@ systemd
|
||||
update
|
||||
dotfiles
|
||||
stow_dotfiles
|
||||
install_python_libs
|
||||
emacs
|
||||
|
Loading…
x
Reference in New Issue
Block a user