Coder Social home page Coder Social logo

dotfiles's Introduction

My configuration files on macOS

Screenshot of a terminal window

Install brew

Homebrew or Linuxbrew

Configurations managed by GNU stow

macOS and Ubuntu

  • brew.sh

    • Install CLI apps via Homebrew/Linuxbrew
  • perl

    • bash perl/install.sh
    • bash perl/ensembl.sh
  • python

    • bash python/install.sh
  • r

    • bash r/install.sh
  • rust

    • bash rust/install.sh
  • Vim plugins

    • git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    • vim +PluginInstall +qall
  • Bioinformatics

  • TexLive

    • TinyTex
    • Fonts

macOS only

Packages

The dir packages/ stores installed packages managed by various package managers.

  • Homebrew

    • brew_tap.txt
    • brew_list.txt
    • brew_cask.txt
  • Python pip_list.txt

  • R r_list.txt

  • node.js npm_list.txt

  • VSCode vscode_list.txt

I'm writing them down here to make it easier to compare them between different machines and see if there are something missing.

mkdir -p $HOME/Scripts/dotfiles/packages
WHERE="$HOME/Scripts/dotfiles/packages"

# store
brew tap            | sort > ${WHERE}/brew_tap.txt
brew list --formula | sort > ${WHERE}/brew_list.txt
brew list --cask    | sort > ${WHERE}/brew_cask_list.txt

pip3 freeze > ${WHERE}/pip_list.txt

npm list -g --depth=0 > ${WHERE}/npm_list.txt

Rscript -e 'cat(.Library, "\n"); cat(.Library.site, "\n");' |
  xargs ls |
  sort -u \
  > ${WHERE}/r_list.txt

tlmgr list --only-installed --data 'name' > ${WHERE}/tlmgr_list.txt

code --list-extensions > $HOME/Scripts/dotfiles/packages/vscode_list.txt

# restore
pip install -r ${WHERE}/pip_list.txt

Plugins for cross-platform applications

  • Firefox

    • fire-drag
    • Surfingkeys
    • Tampermonkey
    • uBlock Origin
  • CLion

    • .ignore
    • CSV
    • EditorConfig
    • ini
    • Perl
    • Template Toolkit Support
    • Rust
    • Toml
    • PowerShell
    • R Language for IntelliJ
    • TeXiFy IDEA
  • VS Code

    • EditorConfig.EditorConfig
    • OrangeX4.latex-sympy-calculator
    • ms-vscode.powershell
    • mechatroner.rainbow-csv
    • ms-vscode-remote.remote-wsl

dotfiles's People

Contributors

wang-q avatar syq12345678 avatar

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.