You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Taylor Bockman 6c55f95e83 Go improvements, monitor improvements for t400 4 years ago
arch-configs add llvm 5 years ago
backgrounds Add stuff for ubuntu setup 8 years ago
dotfiles Go improvements, monitor improvements for t400 4 years ago
iterm2 Stuff 5 years ago
nix Ocaml files, nix development files 8 years ago
patched-inconsolata Fonts 5 years ago
scripts changes 5 years ago
ubuntu Update README.md 8 years ago
xfce-themes/nord-xfce-terminal-develop Add xfce-themes and notes 5 years ago
xorg-config More packages 9 years ago
.gitignore JOE Editor and emacs stuff 5 years ago
README.md Go improvements, monitor improvements for t400 4 years ago
ctrl-caps-swap.map Attempt at swapping ctrl and caps, add jedi for python in emacs 5 years ago
current-desktop-desktop.png yup 8 years ago
current-desktop.png Current desktop image 8 years ago
installation_instructions More packages 9 years ago

README.md

Linux Essentials

This repository contains everything essential to getting a running Linux installation going with xmonad, tmux, lemonbar, and many other configurations. The current flavor of the month for me is Nix OS. For Nix specific configuration instructions and configuration files, please go to the nix directory and ignore everything else here - which is left for historical Arch Linux install reasons.

The directory structure is as follows:

  1. dotfiles/ - This contains any related dotfiles
  2. scripts/ - This directory contains most of the important things to get the installation running
  3. scripts/sysinstall/ - This directory contains a number of scripts for configuring the system
  4. scripts/sysinit/ - This directory contains anything needed for system initialization
  5. scripts/solutions/ - This directory contains any fixes that can be run for various packages - SteelSeries Arctis 7 activation script is in here
  6. scripts/lemonbar/ - This directory contains any related lemonbar scripts
  7. scripts/diagnostics/ - This directory contains scripts for helping to diagnose problems
  8. installation_instructions - This file contains a series of command you copy and paste during install of Arch
  9. nix/ - This contains all the stuff needed to get up and running with my nix configuration
  10. arch_configs - Deprecated Arch Linux configurations
  11. iterm2 - Files related to iterm2
  12. xfce_themes - Theming for Xfce.
  13. t400_color_profile - Color profile for the LEN4033 (and more) WXGA+ 1440x900 screen upgrade for the T400.

Terminal

After using zsh for a very long time I've gone back to bash. While it takes more work and I don't have as many conveniences I am starting to appreciate the simplicity of making the terminal available everywhere work for me. dotfiles/bash contains all of my work on my bash terminal setup.

For OS X, symlink scripts/dotfiles/bash/macrc to ~/.macrc.

For Linux, symlink scripts/dotfiles/bash/linuxrc to ~/.linuxrc.

If you want better tab completion install bash-completion using your package manager.

Symlink scripts/dotfiles/bash/inputrc to ~/.inputrc.

Vim

Right now I use Neovim.

To install plugins on first run, put the .config/nvim folder in your .config directory and run nvim. Then run PlugInstall.

Make sure you run ./install.py --all in the YouCompleteMe Directory. Additionally you will want to run:

To rebind capslock and escape in XFCE paste the following command in your terminal:

/usr/bin/setxkbmap -option "caps:swapescape"

To make it permanent, add it to your XFCE startup items via:

xfce4-settings-manager

and then Session and Startup > Application autostart using an onlogin trigger.

pip install pynvim

In order to bring Python integration to Vim for certain plugins.

Patched Fonts

There are a series of patched inconsolata fonts designed for work with the plugins I have for icons in nerd tree. These are not Windows compatible.

Emacs Specific Things

Before programming C, install global and libclang in your distro. After doing that, run M-x irony-install-server to install the server in the emacs directory. Finally, cd to the root of your project and run gtags. You now have functioning irony C completion.

Before programming Java, install eclim, and eclipse.

Joe Editor

Always build from source to get the latest features. You will need at least version 4.5 for themes.

Copy joe-colors/output to $USER/.joe/colors in order to use themes.

XFCE Themes

In the root there is a themes folder with a nice theme called Nord. Run the provided install.sh.

Swapping Caps Lock and Escape in XFCE

/usr/bin/setxkbmap -option "caps:swapescape"

T400 Stuff

Colors

The default colors for XFCE on Manjaro are pretty washed out on the T400 upgraded WXGA+ screens. To improve this, there is a color profile in the t400_color_profile folder that you can install using Gnome Color Profiles. The improvement is subtle, but the screen definitely looks better.

The particular model I am running is a LEN4033. This color profile works for many other monitors, however if your EDID does not indicate you have a LEN4033 you should confirm this profile works for you monitor. There are many guides on color calibration for the T4xx series of laptops online.