Coder Social home page Coder Social logo

dotfiles-backup's Introduction

dotfiles

dot files for setting up a new computer

You might need build-essential before installing brew

export PATH="$HOME/.local/homebrew/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"

export VIMRUNTIME="$HOME/.local/tmp/nvim-linux64/share/nvim/runtime"
alias vi="nvim"
alias nconf="nvim ~/.config/nvim/"
[ -f ~/.fzf.bash ] && source ~/.fzf.zsh
export ZSHRC="$HOME/.zshrc"
# Path to nconf
export NCONF="$HOME/.config/nvim/init.vim"
# Path to oh-my-zsh installation
export ZSH="$HOME/.oh-my-zsh"

File structure

.
└── dotfiles
    ├── .config
    │   ├── coc
    │   │   ├── extensions
    │   │   │   ├── db.json
    │   │   │   ├── node_modules
    │   │   │   │   └── coc-json
    │   │   │   │       ├── Readme.md
    │   │   │   │       ├── esbuild.js
    │   │   │   │       ├── lib
    │   │   │   │       │   ├── index.js
    │   │   │   │       │   └── server.js
    │   │   │   │       ├── package.json
    │   │   │   │       └── sync.sh
    │   │   │   └── package.json
    │   │   ├── list-extensions-history.json
    │   │   ├── list-links-history.json
    │   │   ├── list-lists-history.json
    │   │   ├── list-symbols-history.json
    │   │   ├── lists
    │   │   └── memos.json
    │   ├── fish
    │   │   ├── fishd.martini
    │   │   └── functions
    │   │       ├── fish_user_key_bindings.fish
    │   │       └── fzf_key_bindings.fish -> /csehome/ytrtef/.fzf/shell/key-bindings.fish
    │   └── nvim
    │       ├── coc-settings.json
    │       ├── general
    │       │   ├── functions.vim
    │       │   └── settings.vim
    │       ├── init.vim
    │       ├── keys
    │       │   ├── mappings.vim
    │       │   └── which-key.vim
    │       └── vim-plug
    │           ├── auto-pair.vim
    │           ├── barbar.vim
    │           ├── coc.vim
    │           ├── editorconfig-vim.vim
    │           ├── fzf.vim
    │           ├── gitgutter_fugitive.vim
    │           ├── nerdtree.vim
    │           ├── plugins.vim
    │           └── theme.vim
    ├── .p10k.zsh
    ├── .tmux.conf
    ├── .zshrc
    ├── README.md
    ├── install_brew.sh
    ├── install_nvim.sh
    └── install_zsh.sh
    

dotfiles-backup's People

Contributors

eomiso avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  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.