Linux | Windows |
---|---|
![]() |
![]() |
Linux | Windows |
---|---|
![]() |
![]() |
Note
Neovim config https://github.com/KevinNitroG/nvim
-
Add ssh key
- Linux
eval "$(ssh-agent -s)" chmod 700 ~/.ssh/ chmod 644 ~/.ssh/id_ed25519.pub chmod 600 ~/.ssh/id_ed25519 ssh-add ~/.ssh/id_ed25519
- Windows
Set-Service ssh-agent -StartupType Automatic Start-Service ssh-agent Ssh-Add "$env:USERPROFILE/.ssh/id_ed25519"
- Linux
-
Create
~/.age-key.txt
(for encrypt/decrypt)This is for personal use, as it contains encrypted files. If you wish to use it, run chezmoi apply with the
--exclude=encrypted
argument -
Install chezmoi and init, apply, and delete binary: (docs)
- shell
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --ssh --depth 1 --purge-binary KevinNitroG
- pwsh
iex "&{$(irm 'https://get.chezmoi.io/ps1')} -- init --apply --ssh --depth 1 --purge-binary KevinNitroG"
- shell
-
GPG for sign commit
gpg --import public.gpg gpg --import secret.gpg gpg --edit-key KevinNitroG trust 5 y quit
On windows use GPG from git. We can open
git bash
- https://github.com/D3Ext/aesthetic-wallpapers
- https://github.com/DenverCoder1/minimalistic-wallpaper-collection
- https://github.com/Gingeh/wallpapers
- https://github.com/JaKooLit/Hyprland-Dots
- https://github.com/end-4/dots-hyprland
- https://github.com/gh0stzk/dotfiles (BSPWM)
- https://github.com/koeqaife/hyprland-material-you
- https://github.com/prasanthrangan/hyprdots
- https://gitlab.com/stephan-raabe/dotfiles
- https://github.com/megabyte-labs/install.doctor
- https://github.com/lildude/dotfiles/ (Have config for codespace)
- https://github.com/2KAbhishek/dots2k
- https://github.com/2nthony/dotfiles (Lazygit?)
- https://github.com/Alexis12119/dotfiles
- https://github.com/Cybersnake223/Hypr
- https://github.com/Integralist/dotfiles
- https://github.com/JoosepAlviste/dotfiles
- https://github.com/asilvadesigns/config
- https://github.com/bahamas10/dotfiles (YSAP)
- https://github.com/chaneyzorn/dotfiles
- https://github.com/craftzdog/dotfiles-public
- https://github.com/dlvhdr/dotfiles
- https://github.com/dreamsofautonomy/zensh
- https://github.com/linkarzu/dotfiles-latest
- https://github.com/mischavandenburg/dotfiles
- https://github.com/nguyenvukhang/docker-dev
- https://github.com/nguyenvukhang/dots (git config!)
- https://github.com/omerxx/dotfiles (have good tmux plugins)
- https://github.com/p3nguin-kun/dotfiles
- https://github.com/petobens/dotfiles (X config, tmux for linux & mac)
- https://github.com/rusty-electron/dotfiles
- https://github.com/siduck/dotfiles
- https://github.com/stevearc/dotfiles
- https://github.com/wincent/wincent (Old dotfiles 😱)