Skip to content

OJII3/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

NixOS

nix run nixpkgs#git clone https://github.com/ojii3/dotfiles
cd dotfiles
mkdir -p ./host/<hostname>
cp /etc/nixos/hardware-configuration.nix ./host/<hostname>/nixos.nix
# create ./nixos/<hostname>/default.nix from other host's config, and edit it
sudo nixos-rebuild switch --flake .#<hostname>
home-manager switch --flake .#<username>@<hostname>

Without Nix

old dotfiles is in ./home.

sudo pacman -S git
git clone https://github.com/ojii3/dotfiles
cd ./dotfiles/home
./home/install.sh

Awesome Apps

  • Hyprland
    • Waybar
    • Anyrun (launcher)
  • Neovim
    • Lazy.nvim (plugin manager)
    • Mason.nvim (lsp manager)
    • Image.nvim (image viewr for kitty)
  • Zsh
    • Starship
    • fzf (for extended history search)
    • yazi (tui filer with graphical preview)
  • Bottles (wine manager)
  • Fcitx5
    • skk
  • Kitty (terminal which has own image protocol)