1
0
forked from extern/nix-config

Install formal languages before helper packages

This commit is contained in:
Donovan Glover 2017-11-12 03:36:32 -05:00
parent 70eb2b1f74
commit 03f0b1f96c
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -40,13 +40,6 @@ i unrar # Install unrar, used to extract rar files
i openvpn # Install openvpn, used to connect to VPNs i openvpn # Install openvpn, used to connect to VPNs
i openssh # Install openssh, used to connect via SSH i openssh # Install openssh, used to connect via SSH
i jq # Install jq, used to manipulate JSON in the terminal
i tmux # Install tmux, used to run terminal programs in the background
i fzf # Install fzf, used to easily search for things in vim
i virtualbox-guest-modules-arch # Install Arch-specific VirtualBox modules
i virtualbox-guest-utils # Install the core VirtualBox functionality
i elixir # Install elixir, our functional language of choice i elixir # Install elixir, our functional language of choice
i ruby # Install ruby, another programming language of choice i ruby # Install ruby, another programming language of choice
i rust # Install rust, a dependency to build other packages i rust # Install rust, a dependency to build other packages
@ -57,6 +50,13 @@ i lua # Install lua, in case we ever want to use it
i jdk-9-openjdk # Install java, if for some reason we need to use it i jdk-9-openjdk # Install java, if for some reason we need to use it
i crystal # Install crystal, a ruby-like language with a binary compiler i crystal # Install crystal, a ruby-like language with a binary compiler
i jq # Install jq, used to manipulate JSON in the terminal
i tmux # Install tmux, used to run terminal programs in the background
i fzf # Install fzf, used to easily search for things in vim
i virtualbox-guest-modules-arch # Install Arch-specific VirtualBox modules
i virtualbox-guest-utils # Install the core VirtualBox functionality
i xorg-server # Install xorg-server, used to manage graphical elements on the display i xorg-server # Install xorg-server, used to manage graphical elements on the display
i xorg-xinit # Install xorg-xinit, allowing us to start the X server with .xinitrc i xorg-xinit # Install xorg-xinit, allowing us to start the X server with .xinitrc
i xclip # Install xclip, our clipboard manager of choice i xclip # Install xclip, our clipboard manager of choice