Giter Site home page Giter Site logo

dotfiles's Introduction

dotfiles

Mac conf

git clone [email protected]:jechav/dotfiles.git ~/.dotfiles

ln -s ~/.dotfiles/.vimrc  ~/.vimrc
ln -s ~/.dotfiles/coc-settings.json ~/.vim/
ln -s ~/.dotfiles/.zshrc  ~/.zshrc
ln -s ~/.dotfiles/.tmux.conf ~/
ln -s ~/.dotfiles/oh-my-zsh/kphoen2.zsh-theme ~/.oh-my-zsh/custom/themes

Basic

sudo apt-get install git wget 
sudo apt-get install build-essential cmake libssl-dev
sudo apt-get install python-dev
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash

Git ssh key

ssh-keygen -t rsa -b 4096 -C "[email protected]" 
ssh-add ~/.ssh/id_rsa

# Downloads and installs xclip. If you don't have `apt-get`, you might need to use another installer (like `yum`)
$ sudo apt-get install xclip

# Copies the contents of the id_rsa.pub file to your clipboard
$ xclip -sel clip < ~/.ssh/id_rsa.pub

Console and Vim

ZSH

sudo apt-get install zsh
chsh -s /bin/zsh

installing oh-my-zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

restart to take effect

Vim

brew install vim

Open vim and run :PlugInstall

install rust

cargo install tmux-sessionizer

Tmux

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

dotfiles's People

Contributors

jechav avatar

Watchers

 avatar  avatar

Forkers

davidbetan ch4m0

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.