Code Monkey home page Code Monkey logo

dotfiles's Introduction

Dotfiles

This is my dotfile repository. There are many like it, but this one is mine.

I did my best to make everything work as transparently as possible under both Linux and macOS.

Feel free to try out my dotfiles or use them as inspiration! If you have a suggestion, improvement or question, don't hesitate to open an issue.

Screenshot

macOS

Installation

Clone the dotfiles repository.

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

Use the bootstrap script to do everything from synchronizing the files to installing additional fonts.

Usage: bootstrap.sh [options]

   -s, --sync             Synchronizes dotfiles to home directory
   -i, --install          Install (extra) software
   -f, --fonts            Copies font files
   -c, --config           Configures your system
   -a, --all              Does all of the above
./bootstrap.sh -a

If you decide to use this configuration as is, don't forget to change your name and e-mail address in the .gitconfig and .hgrc files.

Application Configurations

Vim & YouCompleteMe

Vim is my editor of choice. Most of my .vimrc should be self-explanatory. For C++ development, I rely heavily on YouCompleteMe for which I created a better .ycm_extra_conf.py.

tmux

My tmux configuration will display your WAN IP address in the bottom right corner. Instead of constantly polling for the current IP, it reads a cache file which is updated every five minutes by a cron job.

*/5 * * * * curl -s http://whatismyip.akamai.com > ~/.tmux.cache.ip

To enable italics you will need to compile and install tmux.terminfo.

tic -x tmux.terminfo

git

My git is configured to sign every commit with the machine's GPG key.

fish

I use fish shell, a smart and user-friendly command line shell for macOS, Linux, and the rest of the family.

chsh -s $(which fish)

Remember that on macOS you'll have the fish's path to /etc/shells.

Other Useful Stuff

Acknowledgements

dotfiles's People

Contributors

gagbo avatar hedone21 avatar jdevlieghere 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.