Skip to content

easy-installable config files for bash, git, vim and other "init" things

License

Notifications You must be signed in to change notification settings

yuki0iq/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Yuki Sireneva's config files in one place and with uneasy install!

Featuring

  • GNOME and NetworkManager. Historically used systemd-networkd and sway

  • .bashrc with aliases and cute prompt (cargo +nightly install statusline)

  • Useless configuration

Usage

pacstrap -K /mnt base linux linux-firmware
genfstab -U /mnt >> /mnt/etc/fstab
vim /mnt/etc/fstab
arch-chroot /mnt

# Install bootloader here

echo 'reimu' > /etc/hostname
passwd
useradd -m -G wheel yuki
passwd yuki
su yuki

git clone https://github.com/yuki0iq/dotfiles
cd dotfiles

# sudo ./root.sh  # -- just follow the general idea
# ./home.sh       # -- just follow the general idea
. ~/.bashrc

paru -S rustup
rustup toolchain install nightly
cargo +nightly install statusline
. ~/.bashrc

Install scripts may break old files and will place symlinks to files in this repo. Do NOT delete cloned repo after installing!

About

easy-installable config files for bash, git, vim and other "init" things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published