Skip to content

pparidans/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Setup

Utilities

sudo apt install -y git xsel wl-clipboard tig curl htop rsync tree ripgrep fzf fd-find build-essential shellcheck

Fonts

sudo apt install -y fonts-recommended fonts-powerline

Configure Git

From the dotfiles directory:

ln -sr gitconfig ~/.gitconfig

Configure Bash

From the dotfiles directory:

ln -sr .bash_aliases ~/

Install Fish

sudp apt install -y fish

From the dotfiles directory:

ln -sr config/fish ~/.config/

Install (Neo)VIM

sudo apt install -y neovim

From the dotfiles directory:

ln -sr config/nvim ~/.config/

Inside (Neo)VIM:

:PlugInstall

Powerline

sudo apt install -y powerline powerline-gitstatus fonts-powerline

Postgresql

sudo apt install -y postgresql
sudo -u postgres createuser -s $USER
createdb $USER

Gnome

Disable caps-lock keybinding:

gsettings set org.gnome.desktop.input-sources xkb-options "['caps:none']"

Odoo development environment

sudo apt install python3 python3-dev python3-wheel python3-venv wkhtmltopdf libsasl2-dev libldap2-dev libpq-dev libjpeg-dev libxml2-dev libxslt1-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published