Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 833 Bytes

File metadata and controls

41 lines (35 loc) · 833 Bytes

Install

  • Run
curl -Lks https://raw.githubusercontent.com/alexey-yanchenko/dotfiles/refs/heads/master/.bin/install.sh | bash
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  • Run Vim with command
vim +BundleInstall

Requirements

  • Packages
ripgrep fd-find cmake nvim yazi
  • Nerd Font (v3.0 or greater) (optional, but needed to display some icons)

Manage

  • Add new
config add <file_name>
config commit -m "Add <file_name>"
config push

Install NixOs

nmcli device wifi connect <SSID> password <password> # if needed
nix-shell -p git
curl -Lks https://bit.ly/4j3Rr37 | bash
source .bashrc
cp /etc/nixos/hardware-configuration.nix ~/.config/nixos/
rebuild