An open API service indexing awesome lists of open source software.

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

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).