Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sskender/dotfiles
My dotfiles library
https://github.com/sskender/dotfiles
alacritty alacritty-config arch-linux archlinux dotfiles gruvbox gruvbox-theme linux mac macos neovim nvim ohmyzsh terminal tmux tmux-conf vim vimrc zsh zshrc
Last synced: 4 months ago
JSON representation
My dotfiles library
- Host: GitHub
- URL: https://github.com/sskender/dotfiles
- Owner: sskender
- Created: 2024-07-17T17:12:27.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T21:13:00.000Z (6 months ago)
- Last Synced: 2024-09-29T06:04:07.622Z (4 months ago)
- Topics: alacritty, alacritty-config, arch-linux, archlinux, dotfiles, gruvbox, gruvbox-theme, linux, mac, macos, neovim, nvim, ohmyzsh, terminal, tmux, tmux-conf, vim, vimrc, zsh, zshrc
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles library
## Quickstart
### Submodules
Cloning with submodules
```bash
git clone --recurse-submodules [email protected]:sskender/dotfiles.git
```Updating
```bash
git pull
git submodule update --init --recursive
```### Installation
#### Alacritty
```bash
ln -s ~/Documents/dotfiles/alacritty/alacritty.toml ~/.alacritty.toml
```#### Tmux
```bash
ln -s ~/Documents/dotfiles/tmux/tmux.conf ~/.tmux.conf
```#### zshrc
```bash
ln -s ~/Documents/dotfiles/zshrc/zshrc ~/.zshrc
```