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/amitds1997/dotfiles (setup for arch and mac, git stuff, something is new to me)
- 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 😱)