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: about 1 month ago
JSON representation
My dotfiles library
- Host: GitHub
- URL: https://github.com/sskender/dotfiles
- Owner: sskender
- Created: 2024-07-17T17:12:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T17:46:13.000Z (about 1 year ago)
- Last Synced: 2025-04-09T05:41:27.383Z (12 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: 8.79 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 git@github.com: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
```
#### Vim
```bash
ln -s ~/Documents/dotfiles/vimrc/vimrc ~/.vimrc
```
#### Neovim
```bash
ln -s ~/Documents/dotfiles/vimrc/nvim ~/.config/nvim
```
#### zshrc
```bash
ln -s ~/Documents/dotfiles/zshrc/zshrc ~/.zshrc
```