An open API service indexing awesome lists of open source software.

https://github.com/cda0/dotfiles-1


https://github.com/cda0/dotfiles-1

Last synced: 5 months ago
JSON representation

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
```