Giter VIP home page Giter VIP logo

dotfiles's Introduction

After installing Ubuntu

Should take a couple of hours top.

  • Install firefox and google-chrome, sync profiles
  • Install Dropbox
  • Remove Ubuntu default home directories
  • Create ssh key and copy it to your profile in gituhb
  • Oh my zsh! + Spaceship prompt + base16 + base16-shell-preview
  • evalcache for oh my zsh speedup: https://github.com/mroth/evalcache
  • juan in sudoers with no pass: juan ALL=(ALL) NOPASSWD: ALL
  • Install some stuff:
sudo apt install \
  zsh git vlc i3 tig xclip curl \
  transmission-remote-gtk build-essential \
  cmake tree pavucontrol htop polybar flameshot \
  fzf bat w3-img exa duf jq net-tools \
  brightnessctl rofi qalculate-gtk

sudo snap install authy slack
  • Clone dotfiles repo
  • Softlink dotfiles to home dir
  • Copy git config from dotfiles
  • Install Vim, Vim-plug
  • Install i3 WM, put the config from the dotfiles
  • Install VSCode insiders
  • Nautilus list view by deafult
  • Anaconda install Python 3 and pip packages:
pip install lxml html5lib beautifulsoup4 tqdm i3pystatus psutil netifaces colour
ranger-fm tldr ruff shell-gpt
  • Download + install Rust (via rustup, see their website) and cargo install:
cargo install dua-cli dust
  • install ripgrep: https://github.com/BurntSushi/ripgrep#installation
  • Symlink the Dunst notifications formatting: ln -s ~/repos/dotfiles/dunstrc ~/.config/dunst/dunstrc
  • Symlink Dropbox/scripts/i3_config to ~/.config/i3/config
  • Symlink Dropbox/scripts/i3_config.status-bar.arrakis to ~/.config/i3/i3_config.status-bar
  • Symlink dircolors dotfile
  • Symlink ranger rc.conf
  • Nerdfonts from their repo, all fonts
  • Copy vim themes: cp -r ~/repos/dotfiles/vim_colors ~/.vim/colors
  • Install Vim Plugins: vim +PlugInstall! +qall
  • Increase padding in gnome-terminal (google it, SO)
  • Change the default locales to en_US.UTF-8 in /etc/default/locale
  • Install docker
ln -s ~/repos/dotfiles/scripts/notion ~/.local/bin/

Dev stuff

sudo apt install postgresql postgresql-contrib

# Removes (base) from the prompt:
conda config --set auto_activate_base false

Old stuff

  • [DEPRECATED-Using Polybar now] Copy Dropbox/scripts/i3pystatus_modules/* to anaconda/lib/python/site-packages/i3pyustatus
# Was used for i3pystatus -- Not needed anymore?
# sudo apt install libdbus-1-dev libdbus-glib-1-dev libiw-dev
  • [NOT NECESSARY] Install Latex sudo apt install texlive-full # 3 Gb !
  • Install rbenv ruby etc (digital ocean guides)
  • Install MySQL (digital ocean guides)

Stuff for @beleriand

  • Transmission setup: sudo vi /etc/transmission-daemon/settings.json y copiarle lo que haya en ~/repos/dotfiles/settings.json ( es posible que desde transgui tengas que cambiar a mano los directorios de dl, /media/600gb/transmission-daemon/{in}complete )

    sudo service transmission-daemon start

  • Look for .smpt_credentials in your mail archive and save it to ~/.smtp_credentials

  • Set up the cronjobs! crontab -e y copiar lo que haya en ~/repos/dotfiles/crontab

  • Get your scripts from github:

cd ~/repos
git clone [email protected]:jmberros/last-episode.git
sudo add-apt-repository ppa:kilian/f.lux
sudo apt update
sudo apt install fluxgui
xflux -l -34.60 -g -58.38

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.