Giter Site home page Giter Site logo

dotfiles's Introduction

.files

Something something dotfiles. You know, for VIM and stuff.

Installing

First good step is to grant your user superpowers:

  1. Ruby: install 3.1.1 and install gem: gem install neovim
  2. Node: install 18.8.0 and install package: npm install -g neovim
  3. Python: install 3.10.6 and install package: pip install --user --upgrade pynvim
  4. Solargraph: gem install solargraph
sudo visudo

Add following line and restart login session:
<USER_NAME> ALL=(ALL) NOPASSWD: ALL

Navigate to ./make and run ./build.sh. This will produce a build files. To jump start a build run:

sudo chmod +x <OS_NAME>
./<OS_NAME>

Observer your computer turning awesome.

Installing Manjaro

Install build tools:

sudo pacman -S base-devel

Install Dropbox:

# Clone AUR package
git clone https://aur.archlinux.org/dropbox.git

# Import GPG key
wget https://linux.dropbox.com/fedora/rpm-public-key.asc
gpg --import rpm-public-key.asc

# Build dropbox AUR
makepkg -sirc

Proceed with regular make routine.

Grub Config

/etc/default/grub:

GRUB_SAVEDEFAULT=true
GRUB_DEFAULT=saved
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
GRUB_CMDLINE_LINUX=""

dotfiles's People

Contributors

ryakh avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

zakmichal

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.