Skip to content

0xtimsb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

move to stable kernel:

sudo dnf list kernel --showduplicates
sudo dnf install kernel-xxx

then reboot and choose kernel from grub.

extra packages:

sudo dnf install neovim git fish \
xinput xclip xterm picom \
blueman bluez-tools playerctl \
google-roboto-fonts liberation-fonts \
syncthing neofetch \
vlc transmission-gtk gnome-keyring \
rustup zoxide calibre python3-pip

nice to have build tool:

sudo dnf group install "C Development Tools and Libraries"

fish as default:

chsh -s /usr/bin/fish

sync:

xrdb -merge ~/.Xresources

for network/power permissions:

fish_add_path /sbin /usr/sbin`

for rust:

rustup-init

for node on fish, install fisher and nvm.fish

for bun follow this: here

for zed follow this: here

for git follow this: here

note use this for fish (c instead of s): eval "$(ssh-agent -c)"

for screen share test: here