https://github.com/xduskashes/dotfiles
My Dotfiles
https://github.com/xduskashes/dotfiles
bashrc dotfiles dotfiles-linux fastfetch fish-shell neovim nvim
Last synced: 10 months ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/xduskashes/dotfiles
- Owner: XDuskAshes
- Created: 2025-08-26T05:57:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T06:59:23.000Z (10 months ago)
- Last Synced: 2025-08-26T07:19:09.651Z (10 months ago)
- Topics: bashrc, dotfiles, dotfiles-linux, fastfetch, fish-shell, neovim, nvim
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
All my dotfiles for the world to see.
This repository is NO LONGER UPDATED. Go to the one on [Codeberg](https://codeberg.org/XDuskAshes/dotfiles) for future updates.
`tree` view:
```
.
├── alacritty
│ └── alacritty.toml
├── bootstrap.fish
├── fastfetch
│ └── config.jsonc
├── fish
│ ├── conf.d
│ │ └── git.fish
│ ├── config.fish
│ ├── fish_variables
│ └── functions
│ ├── fish_greeting.fish
│ ├── fish_prompt.fish
│ ├── flatpak_wrappers.fish
│ └── pacman_wrappers.fish
├── for-fun
│ ├── readme.txt
│ └── spinner.sh
├── neofetch
│ └── config.conf
├── nvim
│ ├── init.lua
│ ├── lazy-lock.json
│ ├── LICENSE
│ ├── lua
│ │ ├── plugins
│ │ │ ├── gruvbox.lua
│ │ │ ├── lualine.lua
│ │ │ └── nvim-tree.lua
│ │ └── xduskashes
│ │ ├── lazy.lua
│ │ └── main
│ │ ├── init.lua
│ │ ├── keymaps.lua
│ │ └── opts.lua
│ └── README
├── push.sh
├── README.md
└── setup.sh
```
NOTE: This is my **second** dotfiles repo. To see the old one (that I borked), go [here](https://github.com/XDuskAshes/dotfiles-old-i-borked-it).