Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liv7c/dotfiles
Personal config for bash, tmux, git and neovim
https://github.com/liv7c/dotfiles
alacritty-config bash dotfiles neovim tmux vim
Last synced: about 13 hours ago
JSON representation
Personal config for bash, tmux, git and neovim
- Host: GitHub
- URL: https://github.com/liv7c/dotfiles
- Owner: liv7c
- Created: 2021-02-23T20:43:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T06:39:56.000Z (18 days ago)
- Last Synced: 2024-12-23T07:28:36.885Z (18 days ago)
- Topics: alacritty-config, bash, dotfiles, neovim, tmux, vim
- Language: Vim Script
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Personal config files for:
- bash
- tmux
- alacritty## Structure
> ⚠️ If you want to use this config as your own, update the `HOMEDIR` and `CURRENTDIR` variables in the 'init` file.
* `init` is a small shell script to set everything up. It creates a symlink for all the files in the `symlinks` directory.
* The `bashrc` sources all the files from the `sources` directory (in my case, just some functions and bash aliases).## Some great dotfiles repositories
* https://github.com/ViBiOh/dotfiles
* https://github.com/garybernhardt/dotfiles