https://github.com/debrunbaix/laptop-config
This repository contain all my config files for my Laptop. You will find a Colorscheme for Kitty, my config for Arch, my Nvim config and other tool I recommand.
https://github.com/debrunbaix/laptop-config
archlinux config kitty nvim
Last synced: about 1 year ago
JSON representation
This repository contain all my config files for my Laptop. You will find a Colorscheme for Kitty, my config for Arch, my Nvim config and other tool I recommand.
- Host: GitHub
- URL: https://github.com/debrunbaix/laptop-config
- Owner: debrunbaix
- Created: 2025-03-25T07:56:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T08:34:34.000Z (about 1 year ago)
- Last Synced: 2025-03-25T09:30:18.919Z (about 1 year ago)
- Topics: archlinux, config, kitty, nvim
- Language: Shell
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hardware
## Dell XPS 13
# Operative System
## ArchLinux
- Audio server : PipeWire
# Terminal Emulator
## Kitty
### My config file
```config
font_family Meslo LGM Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
font_size 16.0
include themes/mono-purple.conf
enable_audio_bell no
cursor_trail 10
cursor_trail_start_threshold 0
shell_integration no-cursor
cursor_trail_decay 0.01 0.15
cursor_shape block
cursor_blink true
```
# Shell
## ZShell
### My .zshrc
```config
# -- OH MY ZSH --
export ZSH="$HOME/.oh-my-zsh"
# -- PLUGINS --
plugins=(
git
)
# -- activate OMZ --
source $ZSH/oh-my-zsh.sh
# -- ALIAS --
alias python="/usr/bin/python3"
alias e="exit"
alias maj="sudo pacman -Yuo"
alias ipa="ip -br -c a"
alias install="sudo pacman -S"
alias r2="radare2"
alias bat="batcat"
alias v="nvim"
alias y="yazi"
# -- EXEGOL --
export PATH="$PATH:/home/debrunbaix/.local/bin"
alias exegol='sudo -E /home/debrunbaix/.local/bin/exegol'
eval "$(zoxide init zsh)"
```
# Usefull tool
## Zoxide
## Yazi