Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecdelatorre/dotfiles
My settings for linux.
https://github.com/hecdelatorre/dotfiles
alacritty arch-linux archlinux debian debian-linux fedora fedora-workstation github-config kitty neovim neovim-configuration script scripts themes vscode zsh
Last synced: about 2 months ago
JSON representation
My settings for linux.
- Host: GitHub
- URL: https://github.com/hecdelatorre/dotfiles
- Owner: hecdelatorre
- License: gpl-3.0
- Created: 2021-05-28T06:51:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T05:26:25.000Z (over 2 years ago)
- Last Synced: 2024-10-13T17:42:59.115Z (3 months ago)
- Topics: alacritty, arch-linux, archlinux, debian, debian-linux, fedora, fedora-workstation, github-config, kitty, neovim, neovim-configuration, script, scripts, themes, vscode, zsh
- Language: Shell
- Homepage:
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My settings
[](https://postimg.cc/rRWpL0y5)[](https://postimg.cc/v4xswPsv)
[](https://postimg.cc/Rqnht81q)[](https://postimg.cc/cryHBmTh)
[](https://postimg.cc/dkg0XmFq)
## Scripts
### Arch
**Installation of packages**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/arch.sh)"
```**Install fonts**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-fonts.sh)"
```**Reflector for faster repositories**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/reflector.sh)"
```**Installation of linux zen**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-linux-zen.sh)"
```**Installation of yay**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-yay.sh)"
```**Installation of paru**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-paru.sh)"
```**Installation of vscode**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Arch/install-vscode.sh)"
```### Debian
**Update system**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/upgrade.sh)"
```**Package installation**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/install-packages.sh)"
```**Kernel [Xanmod](https://xanmod.org/) Installation**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/install-linux-xanmod.sh)"
```**Kernel [Xanmod](https://xanmod.org/) lts Installation**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Debian/install-linux-xanmod-lts.sh)"
```### Fedora
**Updating the system**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/update.sh)"
```**Installation of packages**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/fedora.sh)"
```**Installation of dev packages**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-dev-apps.sh)"
```**Installation of fonts**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-fonts.sh)"
```**[MongoDB](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-red-hat/) Installation**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/MongoDB.sh)"
```**Kernel [liquorix](https://copr.fedorainfracloud.org/coprs/rmnscnce/kernel-lqx/) Installation**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-kernel-lxq.sh)"
```**Kernel [Xanmod](https://copr.fedorainfracloud.org/coprs/rmnscnce/kernel-xanmod/) lts Installation**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-kernel-xanmod-lts.sh)"
```**Kernel [Xanmod](https://copr.fedorainfracloud.org/coprs/rmnscnce/kernel-xanmod/) edge Installation**
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Fedora/install-kernel-xanmod-edge.sh)"
```### Kitty Themes
***[FiraCode](https://github.com/tonsky/FiraCode) typeface is necessary***
**Copy Kibble theme**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Kitty/kitty-Kibble.sh)"
```**Copy Gruvbox theme**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Kitty/kitty-Gruvbox.sh)"
```### Alacritty
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Alacritty/install.sh)"
```### Neovim
**Copy onehalfdark theme**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Neovim/install-onehalfdark.sh)"
```**Copy Gruvbox theme**
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/Neovim/install-Gruvbox.sh)"
```### Copy .gitconfig to user directory
```sh
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/git/git.sh)"
```### Installation of mate in Rocky
```sh
sudo sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/rocky/mate.sh)"
```### xterm - Config
```shell
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/xterm/xterm.sh)"
```### Copy my settings - bspwm
```shell
sh -c "$(curl -fsSL https://gitlab.com/hecdelatorre/dotfiles/-/raw/main/bspwm/install-bspwm.sh)"
```## My setup for:
* [kitty](https://github.com/kovidgoyal/kitty)
* [alacritty](https://github.com/alacritty/alacritty)
* [Arch](https://archlinux.org/)
* [Debian](https://www.debian.org/)
* [Fedora](https://getfedora.org/)
* [Neovim](https://neovim.io/)
* [Git](https://git-scm.com/)
* [vscode](https://code.visualstudio.com/)
* [rofi](https://github.com/davatorium/rofi)
* [zsh](https://ohmyz.sh/)## My favorite fonts
* [Rubik](https://fonts.google.com/specimen/Rubik)
* [Roboto](https://fonts.google.com/specimen/Roboto)
* [FiraCode](https://github.com/tonsky/FiraCode)
* [Menlo for Powerline](https://github.com/abertsch/Menlo-for-Powerline.git)
* [SF Mono Font](https://github.com/supercomputra/SF-Mono-Font.git)
* [Cascadia Code](https://github.com/microsoft/cascadia-code)## Themes for terminal
* [Gogh](https://github.com/Mayccoll/Gogh.git)
## My themes favourites
* [Numix Project](https://github.com/numixproject)
[](https://gitlab.com/hecdelatorre)[](https://github.com/hecdelatorre)