Giter Club home page Giter Club logo

dots's Introduction

dots

My system config.

Requires:

Expects:

  • Linux
  • Arch (only matters for system (not user) playbook)

Recommended:

  • festival (for text to speech)

Took stuff from: (referenced via comment where relevant)


Dissapointingly infrequently asked questions

1. How to use?

  • Clone this repository
  • Execute the ansible playbook
sudo ansible-playbook system.yml   # for all settings
# or
ansible-playbook user.yml          # for only user settings

2. How to update?

  • git pull
  • do an ansible run
  • restart zsh

3. What are the commands?

Command Description
bak Backup a file (copy 'file' to 'file.datetime.bak')
c clear
cisd "Command in sub directory" - for running scripts in subdirectory of your current location - $ cisd ls -lah
extract Extract most archives
far Find and replace
genpass Generate a password
genpass-bcrypt Generate a password wth bcrypt
home clear and cd ~
mkcd New directory and go there
nvm nvm
pbcopy stdin -> clipboard
pbpaste clipboard -> stdout
prepend Takes stdin and prepends a string followed by a space to every line
reboot Reboot now
rgrep Recursive grep
speakhighlight Text to speech for text highlighted in Xorg
srm Safe rm (recycle bin)
todo Recursively search a directory for TODO comments
tts Speak contents of clipboard
vi vim
wimc What is my config?

4. How can I contribute?

Execute todo in the project folder.


Project structure

dots/
├── templates/
│   ├── vim/
│   └── zsh/
│       ├── bin/     # File name = A command you can execute
│       ├── scripts/ # File name = A script executed on a new sesison
│       └── source/  # File name = Category of shell modifications
├── *.yml            # Playbook files
├── system.yml       # Runs all playbooks (needs root)
└── user.yml         # Configures user

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.