Compare commits

...

32 commits

Author SHA1 Message Date
7581fb0fb1 Makefile: add fzf 2026-05-29 10:24:08 +02:00
2464ddc6ff Makefile: cleanup defaults 2026-05-29 10:19:26 +02:00
51166fd433 Makefile: remove lxappearance 2026-05-29 09:36:29 +02:00
8a3214050b nvim: remove xkb-switch 2026-05-29 09:22:25 +02:00
1d0d9bac8a Makefile: remove xkb-switch 2026-05-29 09:21:56 +02:00
d1e48bc140 Update README.md 2026-05-29 08:50:00 +02:00
ea0e0c7bff zsh: add zsh-autosuggestions as submodule 2026-05-29 07:31:08 +02:00
71912199d6 Delete installPackages.sh 2026-05-29 07:25:26 +02:00
d3909ab5c4 Delete apply.sh 2026-05-29 07:12:04 +02:00
c6fdaea4d0 i3: move config to .config 2026-05-29 07:09:56 +02:00
1d9c02f628 i3: delete accidental config 2026-05-29 07:09:25 +02:00
5f37750c51 nvim: use default lockfile path 2026-05-29 07:05:52 +02:00
b0715de1e9 nvim: move to .config 2026-05-29 07:02:56 +02:00
79580899fd i3: move config to .config 2026-05-29 07:02:21 +02:00
c248f2bbb3 Update README.md 2026-05-29 06:59:59 +02:00
c91528ec07 Makefile: init 2026-05-29 06:58:49 +02:00
d043b7f208 Update README.md 2026-05-29 05:34:13 +02:00
87406749cc firefox: shuffle the files 2026-05-29 05:26:34 +02:00
90b0906311 profanity: create profrc 2026-05-29 05:18:59 +02:00
b2796d7204 profanity: move to .config 2026-05-29 05:16:52 +02:00
a7a20ba68d rofi: move to .config 2026-05-29 05:08:35 +02:00
db56eee78c ranger: move to .config 2026-05-29 05:05:54 +02:00
e4a8418aab polybar: move to .config 2026-05-29 05:04:42 +02:00
fb2f263bf4 i3: .desktop no more 2026-05-29 05:00:47 +02:00
02de8b7afa dunst: move to .config 2026-05-29 05:00:10 +02:00
619cceb523 kitty: move to .config 2026-05-29 04:49:46 +02:00
41bd4ea7e5 oomox: obsolete 2026-05-29 04:35:34 +02:00
f64ff2f80f zsh: move .zshrc to home 2026-05-29 04:31:47 +02:00
36b8d97d55 vim: move to home 2026-05-29 04:31:13 +02:00
ad00cafe9d lynx: move to home 2026-05-29 04:30:52 +02:00
34354124b3 Xresources: move to home 2026-05-29 04:30:05 +02:00
38a47ed8c5 home: add .gitconfig 2026-05-29 04:27:31 +02:00
34 changed files with 107 additions and 195 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
.luarc.json .luarc.json
/zsh/plugins

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "zsh/plugins/zsh-autosuggestions"]
path = zsh/plugins/zsh-autosuggestions
url = git@github.com:zsh-users/zsh-autosuggestions.git

78
Makefile Normal file
View file

@ -0,0 +1,78 @@
install_base:
sudo dnf install -y \
NetworkManager-tui \
btop \
cava \
cbonsai \
cloc \
cmatrix \
fastfetch \
fzf \
git \
git-lfs \
htop \
httpie \
light \
lynx \
mc \
ncdu \
neovim \
profanity \
pwgen \
ranger \
ripgrep \
sen \
stow \
telnet \
vim \
zsh
install_gui:
sudo dnf install -y \
dino \
epiphany \
firefox \
gimp \
gparted \
inkscape \
kitty \
mediawriter \
qt5ct \
telegram-desktop \
thunderbird \
vlc \
fontawesome-fonts \
terminus-fonts \
unifont-fonts
install_multimedia:
sudo dnf group install Multimedia
install_i3: install_base install_gui
sudo dnf install -y \
arandr \
dunst \
gpick \
i3 \
picom \
polybar \
rofi \
rxvt-unicode \
unclutter-xfixes \
xclip \
xdotool \
xdpyinfo \
xev \
xkill \
xprop
remove_default_configs:
rm -f ~/.zshrc
rm -f ~/.config/i3/config
apply_configs: remove_default_configs
stow -Rvt ~ home
desktop_i3: install_i3 apply_configs
# vim: set ts=4 sw=4 autoindent noexpandtab:

View file

@ -2,10 +2,12 @@
## Bootstrap ## Bootstrap
1. `git clone https://github.com/He4eT/dotfiles.git ~/dotfiles` 1. Setup SSH keys
1. Run `./installPackages.sh` 1. [Enable RPM Fusion](https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/)
1. Run `./apply.sh` 1. `sudo dnf install git make`
1. `git clone --recurse-submodules git@github.com:He4eT/dotfiles.git ~/dotfiles`
1. Install [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh#basic-installation) 1. Install [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh#basic-installation)
1. `make desktop_i3`
## GTK ## GTK
@ -17,13 +19,6 @@
XDG_CURRENT_DESKTOP=gnome XDG_CURRENT_DESKTOP=gnome
``` ```
## git
1. `git config --global core.pager 'less -S'`
1. `git config --global pull.rebase true`
1. `git config user.email 'email'`
1. `git config user.name 'name'`
## Telegram ## Telegram
1. Tinted theme: `#707070` 1. Tinted theme: `#707070`

View file

@ -1,55 +0,0 @@
# .Xresources
rm ~/.Xresources
ln -sv ~/dotfiles/root/.Xresources ~/.Xresources
# .zshrc
rm ~/.zshrc
ln -sv ~/dotfiles/root/.zshrc ~/.zshrc
# .vimrc
rm ~/.vimrc
ln -sv ~/dotfiles/root/.vimrc ~/.vimrc
# .lynxrc
rm ~/.lynxrc
ln -sv ~/dotfiles/root/.lynxrc ~/.lynxrc
# kitty
mkdir -p ~/.config/kitty
rm ~/.config/kitty/kitty.conf
ln -sv ~/dotfiles/kitty/kitty.conf ~/.config/kitty/kitty.conf
# neovim
mkdir -p ~/.config/nvim
rm ~/.config/nvim/init.lua
ln -sv ~/dotfiles/nvim/init.lua ~/.config/nvim/init.lua
# i3
mkdir -p ~/.config/i3
rm ~/.config/i3/config
ln -sv ~/dotfiles/i3/config ~/.config/i3/config
# sudo cp ~/dotfiles/i3/i3-gaps.desktop /usr/share/xsessions/i3-gaps.desktop
# dunst
mkdir -p ~/.config/dunst
rm ~/.config/dunst/dunstrc
ln -sv ~/dotfiles/dunst/dunstrc ~/.config/dunst/dunstrc
# polybar
mkdir -p ~/.config/polybar
rm ~/.config/polybar/config
ln -sv ~/dotfiles/polybar/config.ini ~/.config/polybar/config.ini
# ranger
mkdir -p ~/.config/ranger
rm ~/.config/ranger/rc.conf
ln -sv ~/dotfiles/ranger/rc.conf ~/.config/ranger/rc.conf
rm ~/.config/ranger/scope.sh
ln -sv ~/dotfiles/ranger/scope.sh ~/.config/ranger/scope.sh
# rofi
mkdir -p ~/.config/rofi
rm ~/.config/rofi/config
ln -sv ~/dotfiles/rofi/config.rasi ~/.config/rofi/config.rasi
rm ~/.config/rofi/paper-float.rasi
ln -sv ~/dotfiles/rofi/paper-float.rasi ~/.config/rofi/paper-float.rasi

View file

@ -1,6 +1,12 @@
# Firefox # Firefox
## userChrome
1. Set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true` with `about:config` 1. Set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true` with `about:config`
1. Locate profile with `about:profiles` 1. Locate profile with `about:profiles`
1. Copy `firefox/userChrome.css` to `{Root Directory}/chrome/userChrome.css` 1. Copy `firefox/userChrome.css` to `{Root Directory}/chrome/userChrome.css`
1. Customize interface 1. Customize interface
## userStyles
Styles can be applied using the [CSS Override extension](https://github.com/swcolegrove/css-override-web-extension).

View file

@ -149,13 +149,6 @@ vim.api.nvim_create_autocmd('TermOpen', {
command = 'setlocal nonumber', command = 'setlocal nonumber',
}) })
-- Switch the keyboard layout to English (US) when leaving Insert Mode
vim.api.nvim_create_autocmd('InsertLeave', {
group = vim.api.nvim_create_augroup('SwitchToEnglishOnLeave', { clear = true }),
pattern = '*',
command = 'silent !xkb-switch -s us',
})
--[[ cfg_keymaps: Base keymaps ]] --[[ cfg_keymaps: Base keymaps ]]
local leader = ' ' local leader = ' '
@ -616,7 +609,6 @@ require('lazy').setup({
}, },
}, { }, {
-- lazy.nvim options -- lazy.nvim options
lockfile = '~/dotfiles/nvim/lazy-lock.json',
ui = { ui = {
backdrop = 100, backdrop = 100,
border = 'solid', border = 'solid',

View file

@ -0,0 +1,2 @@
[ui]
theme=desolate

12
home/.gitconfig Normal file
View file

@ -0,0 +1,12 @@
[user]
name = He4eT
email = He4eT@oddsquat.org
[core]
pager = less -S
[pull]
rebase = true
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f

View file

@ -1,9 +0,0 @@
[Desktop Entry]
Name=i3-gaps
Comment=improved dynamic tiling window manager
Exec=i3
TryExec=i3
Type=Application
X-LightDM-DesktopName=i3
DesktopNames=i3

View file

@ -1,44 +0,0 @@
sudo dnf install \
fontawesome-fonts \
terminus-fonts \
unifont-fonts \
i3 \
picom \
polybar \
rofi \
lxappearance \
gparted \
gimp \
vlc \
qt5ct \
rxvt-unicode \
cbonsai \
cmatrix \
fastfetch \
NetworkManager-tui \
arandr \
gpick \
light \
btop \
htop \
ncdu \
lynx \
sen \
vim \
neovim \
ripgrep \
xclip \
xdotool \
xdpyinfo \
xkb-switch \
unclutter-xfixes \
git \
zsh \
mc \
ranger \
telegram-desktop \
sudo dnf group install Multimedia
mkdir ./zsh/plugins
git clone git@github.com:zsh-users/zsh-autosuggestions.git ~/dotfiles/zsh/plugins/zsh-autosuggestions

View file

@ -1,34 +0,0 @@
NAME="desolate"
THEME_STYLE=oomox
GTK3_GENERATE_DARK=True
ROUNDNESS=0
GRADIENT=0.0
SPACING=8
OUTLINE_WIDTH=0
BTN_OUTLINE_OFFSET=2
BTN_OUTLINE_WIDTH=2
ACCENT_BG=CDCDCD
BG=383838
BTN_BG=383838
BTN_FG=CDCDCD
CARET1_FG=CDCDCD
CARET2_FG=CDCDCD
CARET_SIZE=0.08
FG=CDCDCD
HDR_BG=383838
HDR_BTN_BG=383838
HDR_BTN_FG=CDCDCD
HDR_FG=CDCDCD
MENU_BG=383838
MENU_FG=CDCDCD
SEL_BG=BDBDBD
SEL_FG=383838
TXT_BG=383838
TXT_FG=CDCDCD
WM_BORDER_FOCUS=FFFFFF
WM_BORDER_UNFOCUS=383838
ICONS_ARCHDROID=757575
ICONS_STYLE=archdroid

View file

@ -1,34 +0,0 @@
NAME="gray"
THEME_STYLE=oomox
GTK3_GENERATE_DARK=False
ROUNDNESS=0
GRADIENT=0.0
SPACING=4
OUTLINE_WIDTH=0
BTN_OUTLINE_OFFSET=2
BTN_OUTLINE_WIDTH=2
ACCENT_BG=212121
BG=BDBDBD
BTN_BG=BDBDBD
BTN_FG=212121
CARET1_FG=212121
CARET2_FG=212121
CARET_SIZE=0.08
FG=212121
HDR_BG=BDBDBD
HDR_BTN_BG=BDBDBD
HDR_BTN_FG=212121
HDR_FG=212121
MENU_BG=BDBDBD
MENU_FG=212121
SEL_BG=A3A3A3
SEL_FG=212121
TXT_BG=E0E0E0
TXT_FG=212121
WM_BORDER_FOCUS=9E9E9E
WM_BORDER_UNFOCUS=BDBDBD
ICONS_ARCHDROID=757575
ICONS_STYLE=archdroid

@ -0,0 +1 @@
Subproject commit 85919cd1ffa7d2d5412f6d3fe437ebdbeeec4fc5