https://github.com/nniemeir/dotfiles
Configuration files for some Linux/Windows programs
https://github.com/nniemeir/dotfiles
autohotkey fzf glazewm kitty kitty-terminal linux neovim ranger swaywm vim wayland windows-11 zsh
Last synced: 3 months ago
JSON representation
Configuration files for some Linux/Windows programs
- Host: GitHub
- URL: https://github.com/nniemeir/dotfiles
- Owner: nniemeir
- License: gpl-2.0
- Created: 2022-08-12T18:53:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T21:56:50.000Z (5 months ago)
- Last Synced: 2026-01-21T07:19:43.979Z (5 months ago)
- Topics: autohotkey, fzf, glazewm, kitty, kitty-terminal, linux, neovim, ranger, swaywm, vim, wayland, windows-11, zsh
- Language: Lua
- Homepage:
- Size: 27.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .files
These are my configuration files for various applications I use on GNU/Linux and Windows, including:
* [AutoHotkey](https://github.com/AutoHotkey/AutoHotkey)
* [FilmFS](https://github.com/nniemeir/filmfs)
* [Fzf](https://github.com/junegunn/fzf)
* [GlazeWM](https://github.com/glzr-io/glazewm)
* [Kitty](https://github.com/kovidgoyal/kitty)
* [Neovim](https://github.com/neovim/neovim)
* [Ranger](https://github.com/ranger/ranger)
* [Sway](https://github.com/swaywm/sway)
* [Zathura](https://github.com/pwmt/zathura)
* [ZSH](https://github.com/zsh-users/zsh)
[Sway (Linux) Keybindings](SWAY_KEYBINDINGS.md)
[Windows Keybindings](WINDOWS_KEYBINDINGS.md)
## Installation
1. Clone the repository into your home directory
```
git clone https://github.com/nniemeir/dotfiles ~/.dotfiles
```
The setup scripts create symbolic links to these dotfiles in the corresponding directories.
2. Ensure script execution permissions
* Windows:
```
Set-ExecutionPolicy unrestricted -scope process
```
* Linux:
```
chmod +x setup.sh
```
3. Run the corresponding script.
* Windows:
```
.\setup.ps1
```
* Linux:
```
./setup.sh
```
## Sway Theme

## License
GNU General Public License V2
Copyright (c) 2026 Jacob Niemeir