Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfonsog-dev/dotfiles
this is a repository to store my linux configuration files
https://github.com/alfonsog-dev/dotfiles
Last synced: 17 days ago
JSON representation
this is a repository to store my linux configuration files
- Host: GitHub
- URL: https://github.com/alfonsog-dev/dotfiles
- Owner: AlfonsoG-dev
- Created: 2024-08-21T21:09:57.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:08:40.000Z (3 months ago)
- Last Synced: 2024-10-24T20:58:08.788Z (3 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meaning
- this repository is only for management of my *DOTFILES*
- here you will find my personal configuration for the application that i use in linux# Dependencies
## Window manager
- [i3wm-guide](https://kifarunix.com/install-and-setup-i3-windows-manager-on-ubuntu-20-04/)
- [dmenu](https://tools.suckless.org/dmenu/)
- [feh-image-viewer](https://feh.finalrewind.org/)
- [light](https://askubuntu.com/questions/1344269/20-04-adjust-display-brightness-in-smaller-steps-with-brightness-buttons)
## Shell
- [shell-promp](https://starship.rs/)
- [nerd-fonts](https://www.nerdfonts.com)
### Powershell profile
- [Terminal-Icons](https://github.com/devblackops/Terminal-Icons)
- [posh-git](https://www.powershellgallery.com/packages/posh-git/1.1.0)
- [oh-my-posh](https://ohmyposh.dev)
## Neovim editor
- [neovim-personal-repository](https://github.com/AlfonsoG-dev/nvim_linux)
## Tmux
- [tmux](https://github.com/tmux/tmux/wiki)# How to
- this are a compilation of my configuration files and are here to whenever i need them for my personal *LINUX* machines
- the following is the folder structure for the configuration files:
>- i3: `~./config/i3/conf`
>>- i3status: `~/.config/i3/i3status.conf`
>- tmux: `~.tmux.conf`
>- powershell: `nvim $PROFILE`
- you just need to copy whatever you need from the configuration files.# Discalimer
>- this is my own setup and may have some errors, which is totally fine.
>- this neovim setup is for educational purposes.