Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

These are my configuration files for the tools I use for development, they're setup to be used with GNU Stow.

Installation

To install GNU Stow in Mac OS run:

brew install stow

Then I usually clone the repo to a ~/.dotfiles folder:

git clone [email protected]:xkill-9/dotfiles.git ~/.dotfiles

It doesn't really matter what name you choose as long as is a sub-folder of your home folder.

And with that you can now run:

stow [config]

Where [config] is the name of one of the tools I have a configuration for.

Tools

nvim

My configuration for nvim, you probably don't want this as is very tailored to my work, I based my config on kickstart.nvim so I would recommend looking into that instead.

stow nvim

zsh

stow zsh

oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

oh-my-posh

I use oh-my-posh to make my zsh terminal look nice with a modified version of takuya theme, so you'll have to install it:

brew install jandedobbeleer/oh-my-posh/oh-my-posh

NVM

Handle different versions of NPM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

tmux

I'm a tmux noob so I have a very basic configuration, mostly based on typecrafts' config videos

stow tmux

You'll also need to install TPM to install plugins before running tmux:

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

kitty

I use kitty as my terminal emulator. To install it run:

curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
stow kitty

dotfiles's People

Contributors

xkill-9 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.