Commit Graph

281 Commits

Author SHA1 Message Date
the_4n0nym0u53 f109069ff8
Add fedora-install.sh 2022-01-08 18:44:12 +01:00
the_4n0nym0u53 aea7679e8e
Make stowed packages an array in artix-install.sh 2022-01-08 18:43:03 +01:00
the_4n0nym0u53 67eac27d79
Major overhaul
- Make everything compatible with both Artix and Fedora
- Install script is now only for Artix
- Extra .zsh files are no longer dot files, makes sourcing from .zshrc easier
2022-01-08 17:56:42 +01:00
the_4n0nym0u53 b9bc23d46e
Shell scripts:
- Improve install script with for loop
- Change hash bangs to /bin/sh because I've symlinked /bin/sh to dash, they should work with bash as well due to POSIX compliance
2022-01-08 16:24:17 +01:00
the_4n0nym0u53 de9220bc73
Make all shell scripts POSIX compliant, and use dash instead of bash. 2022-01-03 01:37:30 +01:00
the_4n0nym0u53 a05a6a756a
Switch to dash. 2022-01-03 00:46:41 +01:00
the_4n0nym0u53 c9275dea37
Make vfio.sh POSIX compliant. 2022-01-03 00:39:35 +01:00
the_4n0nym0u53 0adf0d13b9
More aliases. 2022-01-02 15:59:13 +01:00
the_4n0nym0u53 40541be66c
Fix update alias. 2022-01-02 15:40:07 +01:00
the_4n0nym0u53 ac05fd89d3
Fix grammar issue in README.md 2022-01-02 15:34:05 +01:00
the_4n0nym0u53 2c967e2b7d
npm without doas. 2022-01-02 15:27:25 +01:00
the_4n0nym0u53 5c4a51401e
Fix Sway resize keybinds. 2022-01-01 20:24:39 +01:00
the_4n0nym0u53 99bc1e7c7b
Fix .gpg.zsh 2022-01-01 19:37:10 +01:00
the_4n0nym0u53 c5674af0db
Fix PATH. 2022-01-01 19:35:25 +01:00
the_4n0nym0u53 992dfd97ae
Remove $HOME/bin from PATH, as I dont use it. 2021-12-31 16:01:50 +01:00
the_4n0nym0u53 f04204fce4
Add README for Zsh. 2021-12-30 15:50:38 +01:00
the_4n0nym0u53 35643435c5
Revamp README(s). 2021-12-30 15:38:46 +01:00
the_4n0nym0u53 5dabf914c0
Revamp Sway config (split into different files). 2021-12-30 15:06:32 +01:00
the_4n0nym0u53 662a6b3a37
Adjust some things. 2021-12-30 14:18:18 +01:00
the_4n0nym0u53 04f7bd7884
Make vfio.sh sh compatible. 2021-12-29 21:49:27 +01:00
the_4n0nym0u53 c4571806cc
Add Z plugin. 2021-12-28 19:04:57 +01:00
the_4n0nym0u53 d8e2284059
Experimenting with VFIO. Add script to turn it on or off. 2021-12-28 18:03:43 +01:00
the_4n0nym0u53 25680431e0
Fix IVPN autoconnect command. 2021-12-27 14:08:12 +01:00
the_4n0nym0u53 c9bb426eeb
DK IVPN server is slow, don't connect to it automatically. 2021-12-26 20:03:34 +01:00
the_4n0nym0u53 4d30015593
Adjust window border thiccness and move swaynag back to the top. 2021-12-26 01:27:52 +01:00
the_4n0nym0u53 69ba9fb8cb
Move swaynag to the bottom and adjust swaynag type for reboot and shut down. 2021-12-25 19:30:20 +01:00
the_4n0nym0u53 a5873a8095
Switch PAGER to less and add swaynag config. 2021-12-25 18:08:54 +01:00
the_4n0nym0u53 4a70ca8c2f
Adjust some more things. 2021-12-24 01:16:07 +01:00
the_4n0nym0u53 8b4c1dbb42
Adjust colors and titlebars in Sway, and fix .zshrc .zsh file loading. 2021-12-24 00:47:53 +01:00
the_4n0nym0u53 c4d066a7d3
Omitting exec in .zprofile lets us read .zlogout by adding exit after sway exits. 2021-12-23 01:36:37 +01:00
the_4n0nym0u53 3a9a590f9d
Kill services, that are started by sway, first thing when logging in. Turns out logging in actually launches a login shell, but exec prevents it from reading .zlogout. 2021-12-23 01:29:16 +01:00
the_4n0nym0u53 a3dba69658
The TTY login doesn't launch Zsh as a login shell, so .zlogout doesn't work here. Remove it. 2021-12-23 01:08:36 +01:00
the_4n0nym0u53 a9320954f7
Add Zsh config to the dotfiles repo 😎 2021-12-23 00:55:07 +01:00
the_4n0nym0u53 3f0f59bdb2
Add script to clear the clipboard (requires wl-clipboard) and add keybinding for it in sway config. 2021-12-22 15:27:03 +01:00
the_4n0nym0u53 ae7045c12c
Fix IVPN status script. 2021-12-20 00:55:55 +01:00
the_4n0nym0u53 83b9a13f9e
Fix indentation in init.vim. 2021-12-19 16:24:01 +01:00
the_4n0nym0u53 62a6d5c8b3
Fix install script. 2021-12-19 16:20:28 +01:00
the_4n0nym0u53 566a57e9e6
Fix colors and update screenshot. 2021-12-19 15:59:04 +01:00
the_4n0nym0u53 b340176def
Waybar: ivpn module sends notification on click 2021-12-15 13:04:43 +01:00
the_4n0nym0u53 b90a360321
Trying out IVPN
The client doesn't depend on systemd nor NetworkManager. Excellent for an Artix user like me!
Shoutout to Viktor from IVPN for the free trial (not sponsored)!
2021-12-14 17:31:14 +01:00
the_4n0nym0u53 3d2385fd1b
Fix OpenVPN autoconnect. 2021-12-14 13:31:42 +01:00
the_4n0nym0u53 4076f44c1e
protonvpn-cli-ng doesn't work anymore for some reason, so switching to plain OpenVPN configuration. 2021-12-13 23:59:38 +01:00
the_4n0nym0u53 c0fdb7824a
Waybar: Add extra space in clock module. 2021-12-07 22:03:34 +01:00
the_4n0nym0u53 24e0ed66d9
Adjust bright black color. 2021-12-07 20:13:42 +01:00
the_4n0nym0u53 698a9142a2
Re-add screenshot. 2021-12-06 21:12:58 +01:00
the_4n0nym0u53 c010e4eb65
Remove screenshot. 2021-12-06 21:12:15 +01:00
the_4n0nym0u53 e3baa27189
Solarized colorscheme (#1)
* Trying out a new rice :))

* Waybar: Move box-shadows to the top.

* Waybar: Revamp Waybar config, including new solarized colorscheme.

* Solarize background color on Waybar and Alacritty.

* Fully solarized.

* Adjust media module length.

* Waybar: Change some colors.

* Solarize the rest of it.

* Waybar: Change date format.
2021-12-06 20:06:58 +00:00
the_4n0nym0u53 b37dc8db40
Waybar: Adjust battery icon colors. 2021-11-28 21:45:35 +01:00
the_4n0nym0u53 97f7663a8e
Neovim: smart_path = 1. 2021-11-28 20:47:19 +01:00
the_4n0nym0u53 f3c613df0a
Neovim:
Add keybinds for navigating splits.
2021-11-27 21:45:54 +01:00