KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dotfiles
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ADDA-PyTorch
:
Implementation of Adverserial Discriminative Domain Adaptation from https://arxiv.org/abs/1702.05464
gitpatch
:
Mail git patch in emacs
Code-Coverage
:
Java Code Coverage Tools
vk_stream_to_telegram
:
vk stream api send news to telegram
HeliosTableViewAnimal
:
简单的翻转 缩放的tableView动画 扩展性好
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dotfiles
?
Download (.md)
# dotfiles > Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming. > > If the Tao is great, then the operating system is great. > If the operating system is great, then the compiler is great. > If the compiler is great, then the application is great. > The user is pleased, and there is harmony in the world. > > The Tao of Programming flows far away and returns on the wind of morning. -- Geoffrey James, The Tao of Programming ... These are my "dotfiles". Can be directly installed by the following command ``` wget tinyurl.com/pga-dfsi -O - | bash zsh ``` Or cloning the repository and ``` source install.sh ``` Can be un-installed by ``` source uninstall.sh ``` A temporary installation without interfering in your current setup can be installed by ``` wget tinyurl.com/pga-dfst -O - | bash ``` Some things that you might find intriguing: * [Some useful shell functions](source/.shell/) * [A generic installer over various distributions](source/.shell/pkg) * [A lazy way of installing commands when they are required](source/.shell/autoinstall) * [Installation scripts for some common tools](pkg) * [Some useful functions to work with aws](source/.shell/aws) * [A safe version of rm and dd (you should have this :-P)](source/.shell/rmsafe) * [A collection of Dockerfiles](pkg/Docker) and [a way to automate their launch](source/.shell/docker) * [Some snippets for vim](link/.vim/snippets)