My personal dotfiles for Neovim (Packer/Lazy), PowerShell, and Qtile configurations.
Tool | Description | Config Path |
---|---|---|
Neovim | IDE-like setup with Lazy.nvim | ~/dotfiles/nvim/lazy/ |
PowerShell | Profile/aliases/scripts | ~/dotfiles/powershell/ |
Qtile | Window manager config | ~/dotfiles/qtile/ |
git clone https://github.com/slydragonn/dotfiles.git ~/dotfiles
cd ~/dotfiles
chmod +x install-dotfiles.sh
./install-dotfiles.sh
git clone https://github.com/slydragonn/dotfiles.git $env:USERPROFILE\dotfiles
cd $env:USERPROFILE\dotfiles
Set-ExecutionPolicy Bypass -Scope Process -Force
.\install-dotfiles.ps1
Follow the individual README instructions:
Or via Symlinks:
# Neovim
ln -s ~/dotfiles/nvim/lazy ~/.config/nvim
# PowerShell (Linux/macOS)
ln -s ~/dotfiles/powershell/profile.ps1 ~/.config/powershell/Microsoft.PowerShell_profile.ps1
# Qtile
ln -s ~/dotfiles/qtile ~/.config/qtile
lua/slydragonn/maps.lua
)dotfiles/
├── nvim/ # Neovim configs
│ ├── lazy/ # Lazy.nvim setup
│ └── packer/ # Legacy Packer.nvim setup
├── powershell/
└── qtile/
Neovim issues:
:checkhealth
~/.local/share/nvim
if plugins misbehavePowerShell:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Pull requests welcome! For major changes, please open an issue first.