https://github.com/cscnk52/dotfiles
my config
https://github.com/cscnk52/dotfiles
dotfiles vim vimrc zsh-plugin zsh-plugins zshrc
Last synced: 2 months ago
JSON representation
my config
- Host: GitHub
- URL: https://github.com/cscnk52/dotfiles
- Owner: cscnk52
- Created: 2023-02-02T02:50:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-07T13:49:58.000Z (5 months ago)
- Last Synced: 2026-04-13T16:41:31.175Z (2 months ago)
- Topics: dotfiles, vim, vimrc, zsh-plugin, zsh-plugins, zshrc
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles...
Before using:
- generate ssh key
- generate gpg key
```bash
cd ~
git clone git@github.com:cscnk52/.dotfiles.git
cd .dotfiles
sudo pacman -S stow
stow ...
```
## Important stuff:
### pacman
```bash
cp ~/.dotfiles/pacman/pacman.conf /etc/pacman.conf
```
### Vim
#### install [vim-plug](https://github.com/junegunn/vim-plug)
```bash
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
reference from: https://github.com/junegunn/vim-plug#unix
#### link files via stow
```bash
cd ~/.dotfiles
stow vim
```
### Zsh
install [zinit](https://github.com/zdharma-continuum/zinit)
```bash
bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
```
reference from: https://github.com/zdharma-continuum/zinit#install
#### link file via stow
```bash
cd ~
rm .zshrc
cd .dotfiles
stow zsh
```
remember to restart zsh