Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crisidev/dotfiles
Personal dotfiles for i3 X11 based window management, vim and shell systems
https://github.com/crisidev/dotfiles
dotfiles dunst i3-gaps i3wm lunarvim neovim zprezto
Last synced: 9 days ago
JSON representation
Personal dotfiles for i3 X11 based window management, vim and shell systems
- Host: GitHub
- URL: https://github.com/crisidev/dotfiles
- Owner: crisidev
- License: mit
- Created: 2021-09-19T16:20:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:47:03.000Z (19 days ago)
- Last Synced: 2024-11-02T10:42:42.116Z (16 days ago)
- Topics: dotfiles, dunst, i3-gaps, i3wm, lunarvim, neovim, zprezto
- Language: Shell
- Homepage:
- Size: 23.8 MB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤟 Crisidev Dotfiles 🤟
Take what you need, it also comes warrant free 😊
* [Look and feel](#look-and-feel)
* [Configurations](#configurations)
* [Terminal](#terminal)
* [Editor](#editor)
* [Wayland](#wayland)
* [X11](#x11)
* [System](#system)
* [Installation](#installation)## Look and feel
![Desktop](desktop.png)
## Configurations
My personal dotfiles are compatible with
[homesick](https://github.com/technicalpickles/homesick) /
[homeshick](https://github.com/andsens/homeshick)### Terminal
- [Zsh rc](/home/.zshrc) file
- [Zsh aliases](/home/.zsh_aliases) file
- [Zsh functions](/home/.zsh_functions) file
- [Starship](https://starship.rs) [config](/home/.config/starship.toml) file
- [Kitty](https://sw.kovidgoyal.net/kitty/) [config](/home/.config/kitty) file
- [Tmux](https://github.com/tmux/tmux/wiki) [config](/home/.tmux.conf) file
- [Direnv](https://direnv.net/) [config](/home/.config/direnv) directory### Editor
See my [lvim](https://github.com/crisidev/lvim) configuration.
### Wayland
- [Hyprland](https://wiki.hyprland.org/) [config](/home/.config/hypr/)
- [Waybar](https://github.com/Alexays/Waybar) [top](/home/.config/waybar/top) and [bottom](/home/.config/waybar/bottom)
* [SwayNC](https://github.com/ErikReider/SwayNotificationCenter) [config](/home/.config/swaync/)### X11
My old X11, i3 and Gnome based configuration can be found [here](https://github.com/crisidev/dotfiles/tree/x11).
### System
- [Keyd](https://github.com/rvaiya/keyd) [config](/system/etc/keyd/default.conf) file
- [Topgrade](https://github.com/r-darwish/topgrade)
[config](/home/.config/topgrade.toml) fileThere are also plenty of useless and useful scripts inside the [bin/folder](/home/.bin)
## Installation
```sh
❯❯❯ git clone https://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
❯❯❯ git clone https://github.com/crisidev/dotfiles.git $HOME/.homesick/dotfiles
❯❯❯ source "$HOME/.homesick/repos/homeshick/homeshick.sh"
❯❯❯ homeshick link dotfiles
```