https://github.com/cda0/dotfiles-1
https://github.com/cda0/dotfiles-1
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cda0/dotfiles-1
- Owner: CDA0
- Created: 2016-09-09T15:00:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T11:17:22.000Z (over 8 years ago)
- Last Synced: 2025-10-05T17:50:46.340Z (9 months ago)
- Language: Vim script
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
```
ln -nfs ~/.dotfiles/zshrc ~/.zshrc
ln -nfs ~/.dotfiles/tmux.conf ~/.tmux.conf
ln -nfs ~/.dotfiles/vimrc ~/.vimrc
ln -nfs ~/.vimrc ~/.config/nvim/init.vim
ln -nfs ~/.dotfiles/tmuxline.conf ~/.tmuxline.conf
```
# Fonts
```
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
cd ..
rm -rf fonts
```
# Tmux plugins
```
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```