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

https://github.com/codeskyblue/dotfiles

my own dotfiles for linux and mac
https://github.com/codeskyblue/dotfiles

Last synced: about 1 month ago
JSON representation

my own dotfiles for linux and mac

Awesome Lists containing this project

README

        

dotfiles
========

Vim update refer:

Vim vundle refer:

## Steps

git clone --recursive [email protected]:codeskyblue/dotfiles ~/.dotfiles
echo '[[ -f ~/.dotfiles/bashrc ]] && source ~/.dotfiles/bashrc' >> ~/.bashrc

my own dotfiles for linux and mac

## bin
- pp

An implementation `pip install --save`, update all `cat requirements.txt | xargs -i pp {}`

- adduser.sh

add a new user to linux account

- base64

Encode a string to BASE64

```
echo -n hello | base64
```