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
- Host: GitHub
- URL: https://github.com/codeskyblue/dotfiles
- Owner: codeskyblue
- License: gpl-2.0
- Created: 2014-05-21T05:46:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T09:59:36.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T04:22:52.155Z (about 2 months ago)
- Language: Shell
- Size: 755 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- ppAn 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
```