- Generate ssh-key
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
- Install
xsel
to supportcopy
andpaste
aliases
sudo apt-get install xsel
- Add ssh key to github
xsel -ib < ~/.ssh/id_rsa.pub
- Clone reop to
~/
git clone [email protected]:mamodom/.files.git
- Add symbolic link to
.gitconfig
ln -s ~/.files/dotgitconfig ~/.gitconfig
- Add symbolic link to
.bash_aliases
ln -s ~/.files/dotbash_aliases ~/.bash_aliases
- Install Vundle.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Add symbolic link to
.vimrc
ln -s ~/.files/dotvimrc ~/.vimrc
-
Launch
vim
and run:PluginInstall
-
Install copyq
sudo add-apt-repository ppa:hluk/copyq
sudo apt update
sudo apt install copyq
- Add symbolic link to
copyq.conf
mkdir -p ~/.config/copyq/
ln -s ~/.files/copyq.conf ~/.config/copyq/copyq.conf
- Install nvm (see this)
nvm install $(nvm version-remote --lts) --latest-npm
- Enable npm completion
npm completion | sudo tee $(sudo find / -name 'bash_completion.d' 2>/dev/null)/npm 1> /dev/null
- Install Pyenv (see this)
curl https://pyenv.run | bash
- 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
- Sync vscode settings
ext install Shan.code-settings-sync
Hit shift + alt + D and follow instructions
- Install aws cli
pip install awscli
- Disable IBus emoji (see here)
sudo ibus-setup
- Make linux use local time in rtc (see here) (for dual boot)
timedatectl set-local-rtc 1