Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

My dotfiles. They're configured how I like them.

Usage

Deal with dependencies.

  • zsh-syntax-highlighting
    It's recommended to place the .zsh file at /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh. However, you may change the last line of .zshrc if you (or your package manager) prefer to put it somewhere else.
  • polybar

Optional dependancies:

  • xdotool
    Used in many of my scripts for automated keyboard/mouse input
  • libinput-gestures
    These dotfiles have a config that allows you to switch between workspaces with a three- or four-finger swipe
  • ramspeed
    Very much optional, used in my memory testing script

Actual installation

Clone the repo

cd ~
git clone https://github.com/willitcode/dotfiles

Bring the dotfiles out of the cloned folder

cd dotfiles
cp -r ./.* ~ && cp -r ./* ~

Remove the .git folder that got copied out with the dotfiles (you DO NOT want a git repo in your home folder, that'll cause all sorts of problems)

cd ~
sudo rm -r .git # We need sudo here because some files in the .git folder are write-protected from normal users for some reason

Contributing

Open a pull request! That's what open source is all about!

These are just the way I like them, so I may not accept a pull request simply because I don't like the changes it makes. However, absolutely feel free to fork the repo and change it to your liking. Again, that's what FOSS is all about!

dotfiles's People

Contributors

willitcode avatar

Watchers

 avatar

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.