Giter VIP home page Giter VIP logo

.files's Introduction

DotFiles

  1. Generate ssh-key
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
  1. Install xsel to support copy and paste aliases
sudo apt-get install xsel
  1. Add ssh key to github
xsel -ib < ~/.ssh/id_rsa.pub
  1. Clone reop to ~/
git clone [email protected]:mamodom/.files.git
  1. Add symbolic link to .gitconfig
ln -s ~/.files/dotgitconfig ~/.gitconfig
  1. Add symbolic link to .bash_aliases
 ln -s ~/.files/dotbash_aliases ~/.bash_aliases
  1. Install Vundle.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Add symbolic link to .vimrc
ln -s ~/.files/dotvimrc ~/.vimrc
  1. Launch vim and run :PluginInstall

  2. Install copyq

sudo add-apt-repository ppa:hluk/copyq
sudo apt update
sudo apt install copyq
  1. Add symbolic link to copyq.conf
mkdir -p ~/.config/copyq/
ln -s ~/.files/copyq.conf ~/.config/copyq/copyq.conf
  1. Install nvm (see this)
nvm install $(nvm version-remote --lts) --latest-npm
  1. Enable npm completion
npm completion | sudo tee $(sudo find / -name 'bash_completion.d' 2>/dev/null)/npm 1> /dev/null
  1. Install Pyenv (see this)
curl https://pyenv.run | bash
  1. Install xxenv-latest
git clone https://github.com/momo-lab/xxenv-latest.git "$(pyenv root)"/plugins/xxenv-latest
pyenv latest install
pyenv latest install 2
pyenv latest global
  1. Sync vscode settings
ext install Shan.code-settings-sync

Hit shift + alt + D and follow instructions

  1. Install aws cli
pip install awscli
  1. Disable IBus emoji (see here)
sudo ibus-setup
  1. Make linux use local time in rtc (see here) (for dual boot)
timedatectl set-local-rtc 1

.files's People

Contributors

mamodom avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

wovalle

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.