Posts
Setting Up A New Macbook
My Essentials For A New Laptop
What you’re seeing here:
- Music window(vaporwave artist called 2814 check it out) is “floating”: not affected by tiling window manager
- Enter a command
tw
with Alfred to create a new window of iTerm2 - Enter a command
ns
with Alfred to create a new window of Safari - Open up my vim configuration
- Use Contexts with Command+Tab to switch to the music window
- “Unfloat” the window
- Use a key command to temporarily fullscreen the safari window
How To Make a Rails Model Into A Downloadable Spreadsheet
This might be useful to do if the data needs to be transported for any reason. The file can be accessed from anywhere after doing this with a courses_path
request.
Rails Tutorial Book Chapter 1 Notes
Chapter 1 is one of the chapters I come back to most often. I usually don’t remember how to do specific “set-up” type tasks, which this chapter addresses.