https://github.com/ankush/dotfiles
Configuration files for my primary applications.
https://github.com/ankush/dotfiles
dotfiles
Last synced: about 1 year ago
JSON representation
Configuration files for my primary applications.
- Host: GitHub
- URL: https://github.com/ankush/dotfiles
- Owner: ankush
- Created: 2020-05-03T05:02:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T06:23:31.000Z (about 1 year ago)
- Last Synced: 2025-05-02T01:03:01.000Z (about 1 year ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 1.85 MB
- Stars: 17
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
This repo contains configurations for applications and tools I use daily.

My (current) primary applications:
* Operating system: [PopOS](https://pop.system76.com/) 22.04
* Window Manager: i3
* Dock/Bar: i3status
* Terminal: Alacritty + tmux
* Shell: zsh + [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) + [powerlevel10k](https://github.com/romkatv/powerlevel10k)
* Colorscheme and theme: [Dracula](https://draculatheme.com)
* Monospaced fonts: [JetBrains Mono with patched icons](https://github.com/ryanoasis/nerd-fonts)
* Text Editor: [Neovim](https://neovim.io) with native LSP.
* Document viewer: [Zathura](https://pwmt.org/projects/zathura/)
## Acknowledgements
I have taken inspiration and sometimes copy-pasted config from generous users who have put their configs online. Notably from [@DT](https://gitlab.com/dwt1/dotfiles) and [@sglavoie](https://github.com/sglavoie/dotfiles)