mamodom / .files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotFiles

  1. Generate ssh-key
ssh-keygen -t ed25519 -C "mamodom@gmail.com"
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 git@github.com: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

About


Languages

Language:JavaScript 74.3%Language:Shell 25.7%